Skip to content

Commit

Permalink
fix(DB/Creatures) Remove Tanzar from his cage and activate group loot…
Browse files Browse the repository at this point in the history
… for its chest. (#21120)
  • Loading branch information
Rorschach91 authored Jan 9, 2025
1 parent d62c6e3 commit f7c9170
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/sql/updates/pending_db_world/Band_Aid_Tanzar.sql
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit f7c9170

Please sign in to comment.