DB/Gameobject: Remove deprecated game objects

This commit is contained in:
Killyana
2018-03-09 21:13:03 +01:00
parent 039535fb9a
commit 33194a0ae6

View File

@@ -0,0 +1,3 @@
--
DELETE FROM `gameobject_template_addon` WHERE `entry` BETWEEN 300010 AND 300205;
DELETE FROM `gameobject_template` WHERE `entry` BETWEEN 300010 AND 300205;