Skip to content

Commit

Permalink
Add support for new comment column
Browse files Browse the repository at this point in the history
  • Loading branch information
Necrovoice committed Jan 11, 2019
1 parent 36d77d9 commit bfdbdb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/game/Server/SQLStorages.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ const char ItemPrototypedstfmt[] = "iiiisiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii
const char PageTextfmt[] = "isi";
const char InstanceTemplatesrcfmt[] = "iiii";
const char InstanceTemplatedstfmt[] = "iiii";
const char ConditionsSrcFmt[] = "iiii";
const char ConditionsDstFmt[] = "iiii";
const char ConditionsSrcFmt[] = "iiiix";
const char ConditionsDstFmt[] = "iiiix";
const char SpellTemplatesrcfmt[] = "iiiiiiiiiiiiiiiix";
// 0 10 20 30 40 50 60 70 80 90 100 110 120 130 140 150 160 170 180 185
const char SpellTemplatedstfmt[] = "ixxxiiiixxxxxxxxxxxxxxxxxxxxxxxxiixxxxixxxxxxFxxxxxxxxxxxxxxxxxxxxxxixxxxxFFFxxxxxxixxixxixxixxxxxFFFxxxxxxixxixxixxFFFxxxxxxxxxxxxxppppppppppppppppppppppppppppppppxxxxxxxxxxxFFFxxxxxx";
Expand Down

0 comments on commit bfdbdb3

Please sign in to comment.