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

This commit is contained in:
offl
2021-02-23 02:17:09 +02:00
parent cb52c020fe
commit e2ba73e9a3

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);