From f57907e2140c92c62e9b1426411bb123cb9bb829 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Tue, 1 Apr 2014 14:35:53 +0200 Subject: DB/Gameobject: Delete another TEMP gameobject --- sql/updates/world/2014_04_01_02_world_gameobject_template.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2014_04_01_02_world_gameobject_template.sql (limited to 'sql') diff --git a/sql/updates/world/2014_04_01_02_world_gameobject_template.sql b/sql/updates/world/2014_04_01_02_world_gameobject_template.sql new file mode 100644 index 00000000000..437efdcd84f --- /dev/null +++ b/sql/updates/world/2014_04_01_02_world_gameobject_template.sql @@ -0,0 +1,3 @@ +-- +UPDATE `gameobject` SET `id`=191578 WHERE `id`=300226; +DELETE FROM `gameobject_template` WHERE `entry`=300226; -- cgit v1.2.3