diff options
author | QAston <none@none> | 2009-02-14 15:56:04 +0100 |
---|---|---|
committer | QAston <none@none> | 2009-02-14 15:56:04 +0100 |
commit | 14d85a183e2bf1fef602e6377510e9fc05ac9107 (patch) | |
tree | 0aa17b9f8fa292f8396f227308799e8188531a97 /src/shared/Database/DBCfmt.cpp | |
parent | f506fde01e84d2a1aeb7fbabe051673479a5afb6 (diff) |
*Make range check dependent from target.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Database/DBCfmt.cpp')
-rw-r--r-- | src/shared/Database/DBCfmt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/Database/DBCfmt.cpp b/src/shared/Database/DBCfmt.cpp index 050e750cbca..481303406b1 100644 --- a/src/shared/Database/DBCfmt.cpp +++ b/src/shared/Database/DBCfmt.cpp @@ -79,7 +79,7 @@ const char SpellFocusObjectfmt[]="nxxxxxxxxxxxxxxxxx"; const char SpellItemEnchantmentfmt[]="nxiiiiiixxxiiissssssssssssssssxiiiixx"; const char SpellItemEnchantmentConditionfmt[]="nbbbbbxxxxxbbbbbbbbbbiiiiiXXXXX"; const char SpellRadiusfmt[]="nfxf"; -const char SpellRangefmt[]="nfxfxixxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; +const char SpellRangefmt[]="nffffixxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; const char SpellRuneCostfmt[]="niiii"; const char SpellShapeshiftfmt[]="nxxxxxxxxxxxxxxxxxxiixixxxxxxxxxxxx"; const char StableSlotPricesfmt[] = "ni"; |