fix(Core/Gameobject): Fix lootable chests related to quests but not having quest loot (#15197)

Authored-by: Shauren <shauren.trinity@gmail.com>
This commit is contained in:
Gultask
2023-03-01 17:36:56 -03:00
committed by GitHub
parent efe62bea4a
commit 0ddf00c7be
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
-- Delete hack fix
UPDATE `gameobject_template` SET `Data1` = 0 WHERE (`entry` = 182583);
DELETE FROM `gameobject_loot_template` WHERE `Entry` = 19414;