mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-10 03:59:05 +01:00
Merge pull request #12306 from PortgasDAce/patch-6
[4.3.4] [Core/Spells]: Renamed unk to SPELL_ATTR8_BATTLE_RESURRECTION
This commit is contained in:
@@ -596,7 +596,7 @@ enum SpellAttr8
|
||||
SPELL_ATTR8_ARMOR_SPECIALIZATION = 0x00100000, // 20
|
||||
SPELL_ATTR8_UNK21 = 0x00200000, // 21
|
||||
SPELL_ATTR8_UNK22 = 0x00400000, // 22
|
||||
SPELL_ATTR8_UNK23 = 0x00800000, // 23
|
||||
SPELL_ATTR8_BATTLE_RESURRECTION = 0x00800000, // 23 Used to limit the Amount of Resurrections in Boss Encounters
|
||||
SPELL_ATTR8_HEALING_SPELL = 0x01000000, // 24
|
||||
SPELL_ATTR8_UNK25 = 0x02000000, // 25
|
||||
SPELL_ATTR8_RAID_MARKER = 0x04000000, // 26 probably spell no need learn to cast
|
||||
|
||||
Reference in New Issue
Block a user