DB/Gameobject: Remove deprecated game objects

Follow-up to commit 33194a0ae6
- Remove some gameobjects still remaining in gameobject & gameobject_addon

(cherry picked from commit 6feee74c5a)
This commit is contained in:
tkrokli
2018-03-09 22:24:32 +01:00
committed by Shauren
parent d49b969b77
commit 102c05ae42

View File

@@ -0,0 +1,3 @@
--
DELETE FROM `gameobject` WHERE `guid` IN (99928,99929,99930,99931,99932,99933,99934);
DELETE FROM `gameobject_addon` WHERE `guid` IN (99928,99929,99930,99931,99932,99933,99934);