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:
parent
0f4e8f07ff
commit
6e79c807b2
1 changed files with 4 additions and 0 deletions
|
|
@ -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));
|
||||
Loading…
Add table
Add a link
Reference in a new issue