diff options
author | Brian <runningnak3d@gmail.com> | 2010-04-09 11:48:21 -0600 |
---|---|---|
committer | Brian <runningnak3d@gmail.com> | 2010-04-09 11:48:21 -0600 |
commit | 0c22e5ac994ae5b039a4d011493428e1e88c6404 (patch) | |
tree | 1b6cbc3eca34f74f5c055d61430ee44d32c097d7 /src | |
parent | e0e8d6f6eed8bcb4d5ae23b6471d99be5e500b21 (diff) |
* Proper format for CustomSpellDifficulty.dbc
* Thanks n0n4m3
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/DBCfmt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/DBCfmt.h b/src/game/DBCfmt.h index 104099e83d9..a99215befe8 100644 --- a/src/game/DBCfmt.h +++ b/src/game/DBCfmt.h @@ -90,7 +90,7 @@ const char SkillLineAbilityfmt[]="niiiixxiiiiixx"; const char SoundEntriesfmt[]="nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; const char SpellCastTimefmt[]="nixx"; const char SpellDifficultyfmt[]="niiii"; -const std::string CustomSpellDifficultyfmt="ppppp"; +const std::string CustomSpellDifficultyfmt="pppp"; const std::string CustomSpellDifficultyIndex="id"; const char SpellDurationfmt[]="niii"; const char SpellEntryfmt[]="niiiiiiiiiiiixixiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiifxiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiffffffiiiiiiiiiiiiiiiiiiiiifffiiiiiiiiiiiiiiifffiiiiiiiiiiiiixssssssssssssssssxssssssssssssssssxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxiiiiiiiiiiixfffxxxiiiiixxxxxxx"; |