[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
float Radius; // m_radius
float Radius2; // m_radiusPerLevel
// m_radiusMax
// m_radiusPerLevel
//float RadiusMax; // m_radiusMax
};
struct SpellRangeEntry

View file

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

View file

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