mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 01:37:00 +00:00
Add support for new comment column
This commit is contained in:
parent
dd152d4e42
commit
0e02b17f7c
1 changed files with 2 additions and 2 deletions
|
|
@ -62,8 +62,8 @@ const char InstanceTemplatesrcfmt[] = "iiii";
|
|||
const char InstanceTemplatedstfmt[] = "iiii";
|
||||
const char WorldTemplatesrcfmt[] = "is";
|
||||
const char WorldTemplatedstfmt[] = "ii";
|
||||
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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue