[10141] Fixed commented part of SpellRangeEntry structure

This commit is contained in:
VladimirMangos 2010-07-03 07:14:16 +04:00
parent 5724fa1d43
commit c0d7e2a176
2 changed files with 6 additions and 4 deletions

View file

@ -1524,8 +1524,10 @@ struct SpellRangeEntry
float maxRange; // 3
float maxRangeFriendly; // 4
//uint32 Flags; // 5
//char* range1; // 6
//char* range2; // 7
//char* Name[16]; // 6-21 unused
//uint32 NameFlags; // 22 unused
//char* ShortName[16]; // 23-38 unused
//uint32 NameFlags; // 39 unused
};
struct SpellRuneCostEntry

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10140"
#define REVISION_NR "10141"
#endif // __REVISION_NR_H__