diff --git a/src/game/Spell.h b/src/game/Spell.h index a09c7c0e7..86520d6c6 100644 --- a/src/game/Spell.h +++ b/src/game/Spell.h @@ -51,7 +51,9 @@ enum SpellCastTargetFlags TARGET_FLAG_UNK1 = 0x00004000, // 199 spells, opening object/lock 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_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 diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 4bafae1c4..d141711e6 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "9566" + #define REVISION_NR "9567" #endif // __REVISION_NR_H__