fix(DB/creature): pr13832 delete the wrong table (#13982)

* fix pr13832

* Delete the wrong table. It should be `creature_loot_template`

* Update rev_1669689837407665196.sql
This commit is contained in:
mpfans
2022-12-11 10:55:34 +08:00
committed by GitHub
parent 0f4e8f07ff
commit 6e79c807b2

View File

@@ -0,0 +1,4 @@
-- fix pr13832
-- https://github.com/azerothcore/azerothcore-wotlk/commit/c791e2080e287e052fcaf717e3106977c822d28f
DELETE FROM `creature_loot_template` WHERE `Entry` IN (17917, 20627) AND (`Item` IN (13926));
UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` IN (17917, 20627));