diff options
author | megamage <none@none> | 2008-12-04 23:00:35 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-12-04 23:00:35 -0600 |
commit | d36672cd7e4ae3d328f30c020c5421668ad4cb5e (patch) | |
tree | 572ff4758483da0d2d723ab33e028d48670de76e /src/shared/Database/DBCStructure.h | |
parent | 450c0a45b87fb043f39298cf94c7f7254ade2fc5 (diff) |
*Update spell range calculation. Original patch by QAston.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Database/DBCStructure.h')
-rw-r--r-- | src/shared/Database/DBCStructure.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/Database/DBCStructure.h b/src/shared/Database/DBCStructure.h index a84b119664d..94c6589e5e3 100644 --- a/src/shared/Database/DBCStructure.h +++ b/src/shared/Database/DBCStructure.h @@ -686,7 +686,7 @@ struct SpellRangeEntry uint32 ID; float minRange; float maxRange; - uint32 flags; + uint32 type; }; struct SpellShapeshiftEntry |