Core/Spells: Implemented SPELL_ATTR9_ITEM_CAST_GRANTS_SKILL_GAIN
Port From (https://github.com/TrinityCore/TrinityCore/commit/00efee9ca12d6e625e9954a39768bbec029d0459)
This commit is contained in:
@@ -1972,7 +1972,7 @@ namespace Framework.Constants
|
||||
DoNotLogAuraRefresh = 0x08, // Do Not Log Aura Refresh (client only)
|
||||
MissileSpeedIsDelayInSec = 0x10, // Missile Speed is Delay (in sec)
|
||||
IgnoreTotemRequirementsForCasting = 0x20, // Ignore Totem Requirements for Casting
|
||||
Unk6 = 0x40, // 6
|
||||
ItemCastGrantsSkillGain = 0x40, // Item Cast Grants Skill Gain
|
||||
Unk7 = 0x80, // 7
|
||||
AimedShot = 0x100, // 8
|
||||
NotUsableInArena = 0x200, // 9 Cannot Be Used In Arenas
|
||||
|
||||
Reference in New Issue
Block a user