fix(Scripts/ZulGurub): Shade of Jin'do's invisibility aura should not… (#11838)

* fix(Scripts/ZulGurub): Shade of Jin'do's invisibility aura should not be removed on attack.

Fixes #11557

* missing stuff.

* Update.
This commit is contained in:
UltraNix 2022-06-06 20:20:40 +02:00 committed by GitHub
parent 75858bd786
commit 41b0fa02f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 6 deletions

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|0x00400000 WHERE `entry`=14986;