mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 16:16:27 +00:00
fix(DB/Creatures) Remove Tanzar from his cage and activate group loot for its chest. (#21120)
This commit is contained in:
7
data/sql/updates/pending_db_world/Band_Aid_Tanzar.sql
Normal file
7
data/sql/updates/pending_db_world/Band_Aid_Tanzar.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
-- Delete Tanzar
|
||||
DELETE FROM `creature` WHERE `id1` = 23790 AND (`guid` IN (89157));
|
||||
DELETE FROM `creature_addon` WHERE (`guid` IN (89157));
|
||||
|
||||
-- Set use group loot rules
|
||||
UPDATE `gameobject_template` SET `Data15` = `Data15`|1 WHERE (`entry` = 186648);
|
||||
Reference in New Issue
Block a user