Fix(DB/creature_template): Fix quest 12028 - Spiritual Insight (#20376)

This commit is contained in:
DuckBone 2024-11-15 14:24:49 +01:00 committed by GitHub
parent e2a57dbfb2
commit b8a9dc9cf8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
-- remove trigger flag from 26594 Spiritual Insight Transform
UPDATE `creature_template` SET `flags_extra` = (`flags_extra` & ~128) WHERE (`entry` = 26594);