From f57907e2140c92c62e9b1426411bb123cb9bb829 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Tue, 1 Apr 2014 14:35:53 +0200 Subject: [PATCH] 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 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 0000000000..437efdcd84 --- /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;