[11363] Small fix for SpellRadiusEntry after recent dbc structure cleanups.

This commit is contained in:
VladimirMangos 2011-04-16 02:07:32 +04:00
parent 6c22335e9a
commit f00d902333
3 changed files with 4 additions and 4 deletions

View file

@ -1657,8 +1657,8 @@ struct SpellRadiusEntry
{ {
uint32 ID; // m_ID uint32 ID; // m_ID
float Radius; // m_radius float Radius; // m_radius
float Radius2; // m_radiusPerLevel // m_radiusPerLevel
// m_radiusMax //float RadiusMax; // m_radiusMax
}; };
struct SpellRangeEntry struct SpellRangeEntry

View file

@ -95,7 +95,7 @@ const char SpellEntryfmt[]="niiiiiiiiiiiixixiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiifxiii
const char SpellFocusObjectfmt[]="nxxxxxxxxxxxxxxxxx"; const char SpellFocusObjectfmt[]="nxxxxxxxxxxxxxxxxx";
const char SpellItemEnchantmentfmt[]="nxiiiiiixxxiiissssssssssssssssxiiiixxx"; const char SpellItemEnchantmentfmt[]="nxiiiiiixxxiiissssssssssssssssxiiiixxx";
const char SpellItemEnchantmentConditionfmt[]="nbbbbbxxxxxbbbbbbbbbbiiiiiXXXXX"; const char SpellItemEnchantmentConditionfmt[]="nbbbbbxxxxxbbbbbbbbbbiiiiiXXXXX";
const char SpellRadiusfmt[]="nfxf"; const char SpellRadiusfmt[]="nfxx";
const char SpellRangefmt[]="nffffxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; const char SpellRangefmt[]="nffffxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
const char SpellRuneCostfmt[]="niiii"; const char SpellRuneCostfmt[]="niiii";
const char SpellShapeshiftFormfmt[]="nxxxxxxxxxxxxxxxxxxiixiiixxiiiiiiii"; const char SpellShapeshiftFormfmt[]="nxxxxxxxxxxxxxxxxxxiixiiixxiiiiiiii";

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "11362" #define REVISION_NR "11363"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__