DB/Instance/Gruul's Lair: Remove instance bind flag from Maulgar's friends

(cherry picked from commit e2ba73e9a3)
This commit is contained in:
offl
2021-02-23 02:17:09 +02:00
committed by Shauren
parent c9b47dcd34
commit a67b343fa9

View File

@@ -0,0 +1,2 @@
-- Maulgar's friends should not bind player https://youtu.be/vvMn-f_5PpQ?t=135
UPDATE `creature_template` SET `flags_extra` = `flags_extra` &~ 1 WHERE `entry` IN (18832,18834,18835,18836);