DB/Creature: Remove Duke Ragereaver, spawned in Cata

Closes #26003
This commit is contained in:
offl
2021-02-01 16:13:49 +02:00
parent 0dee695f3b
commit 77e458caef

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `waypoint_data` WHERE `id` = 740330;
DELETE FROM `creature_template_addon` WHERE `entry` = 10820;
DELETE FROM `creature` WHERE `id` = 10820;
DELETE FROM `smart_scripts` WHERE `entryorguid` = 10820 AND `source_type` = 0;