Core/Spells: Implemented SPELL_ATTR9_IGNORE_TOTEM_REQUIREMENTS_FOR_CASTING - fixes some totems requiring legacy items in inventory
Port From (https://github.com/TrinityCore/TrinityCore/commit/8142ab20b7495ca87a135e08e473f5a33a40e5a4)
This commit is contained in:
@@ -1971,7 +1971,7 @@ namespace Framework.Constants
|
||||
OnlyWhenIllegallyMounted = 0x04, // Only When Illegally Mounted
|
||||
DoNotLogAuraRefresh = 0x08, // Do Not Log Aura Refresh (client only)
|
||||
MissileSpeedIsDelayInSec = 0x10, // Missile Speed is Delay (in sec)
|
||||
SummonPlayerTotem = 0x20, // 5
|
||||
IgnoreTotemRequirementsForCasting = 0x20, // Ignore Totem Requirements for Casting
|
||||
Unk6 = 0x40, // 6
|
||||
Unk7 = 0x80, // 7
|
||||
AimedShot = 0x100, // 8
|
||||
|
||||
Reference in New Issue
Block a user