Fix(DB/creature_template): Fix quest 12028 - Spiritual Insight (#20376)
This commit is contained in:
parent
e2a57dbfb2
commit
b8a9dc9cf8
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- remove trigger flag from 26594 Spiritual Insight Transform
|
||||
UPDATE `creature_template` SET `flags_extra` = (`flags_extra` & ~128) WHERE (`entry` = 26594);
|
||||
Loading…
Add table
Add a link
Reference in a new issue