diff --git a/src/game/SQLStorages.cpp b/src/game/SQLStorages.cpp index 23e0461da..bd9f3837c 100644 --- a/src/game/SQLStorages.cpp +++ b/src/game/SQLStorages.cpp @@ -37,8 +37,7 @@ const char WorldTemplatedstfmt[] = "ii"; const char ConditionsSrcFmt[] = "iiii"; const char ConditionsDstFmt[] = "iiii"; 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"; +const char SpellTemplatedstfmt[] = "niiiiiiiiiiiiiiifiiiissxxiixxixiiiiiiixiiiiiiiix"; // Id attr proc DurationIndex Effect0 tarA0 effectAura0 triggerSpell0 SpellName[16] Rank[16] const char VehicleAccessorySrcFmt[] = "iiix"; const char VehicleAccessoryDstFmt[] = "iii"; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index a3dbe4aac..51c5b223e 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "12729" + #define REVISION_NR "12730" #endif // __REVISION_NR_H__