mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[11977] More uses of wrappers introduced in 11971
Also fix a typo that caused problems with Stances Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
parent
8433b67599
commit
e29e640341
7 changed files with 35 additions and 37 deletions
|
|
@ -449,7 +449,7 @@ void WorldSession::HandleCancelAuraOpcode( WorldPacket& recvPacket)
|
|||
if (!spellInfo)
|
||||
return;
|
||||
|
||||
if (spellInfo->Attributes & SPELL_ATTR_CANT_CANCEL)
|
||||
if (spellInfo->HasAttribute(SPELL_ATTR_CANT_CANCEL))
|
||||
return;
|
||||
|
||||
if (IsPassiveSpell(spellInfo))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue