mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 01:59:09 +00:00
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:
@@ -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));
|
||||
Reference in New Issue
Block a user