mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 13:37:01 +00:00
[10141] Fixed commented part of SpellRangeEntry structure
This commit is contained in:
parent
5724fa1d43
commit
c0d7e2a176
2 changed files with 6 additions and 4 deletions
|
|
@ -1524,8 +1524,10 @@ struct SpellRangeEntry
|
||||||
float maxRange; // 3
|
float maxRange; // 3
|
||||||
float maxRangeFriendly; // 4
|
float maxRangeFriendly; // 4
|
||||||
//uint32 Flags; // 5
|
//uint32 Flags; // 5
|
||||||
//char* range1; // 6
|
//char* Name[16]; // 6-21 unused
|
||||||
//char* range2; // 7
|
//uint32 NameFlags; // 22 unused
|
||||||
|
//char* ShortName[16]; // 23-38 unused
|
||||||
|
//uint32 NameFlags; // 39 unused
|
||||||
};
|
};
|
||||||
|
|
||||||
struct SpellRuneCostEntry
|
struct SpellRuneCostEntry
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10140"
|
#define REVISION_NR "10141"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue