mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[9567] Add 2 unknown target flags.
This commit is contained in:
parent
5236b648eb
commit
8ffeb2b48b
2 changed files with 4 additions and 2 deletions
|
|
@ -51,7 +51,9 @@ enum SpellCastTargetFlags
|
||||||
TARGET_FLAG_UNK1 = 0x00004000, // 199 spells, opening object/lock
|
TARGET_FLAG_UNK1 = 0x00004000, // 199 spells, opening object/lock
|
||||||
TARGET_FLAG_CORPSE = 0x00008000, // pguid, resurrection spells
|
TARGET_FLAG_CORPSE = 0x00008000, // pguid, resurrection spells
|
||||||
TARGET_FLAG_UNK2 = 0x00010000, // pguid, not used in any spells as of 3.0.3 (can be set dynamically)
|
TARGET_FLAG_UNK2 = 0x00010000, // pguid, not used in any spells as of 3.0.3 (can be set dynamically)
|
||||||
TARGET_FLAG_GLYPH = 0x00020000 // used in glyph spells
|
TARGET_FLAG_GLYPH = 0x00020000, // used in glyph spells
|
||||||
|
TARGET_FLAG_UNK3 = 0x00040000, //
|
||||||
|
TARGET_FLAG_UNK4 = 0x00080000 // uint32, loop { vec3, guid -> if guid == 0 break }
|
||||||
};
|
};
|
||||||
|
|
||||||
enum SpellCastFlags
|
enum SpellCastFlags
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9566"
|
#define REVISION_NR "9567"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue