From 5d0cc2e531956e20643ae1a8cbe06dbef60c14f6 Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Sat, 11 Oct 2014 03:02:47 +0200 Subject: [PATCH] DB/Gameobject: Revert hack in cabfcb1a3df7faf1425e5fecc1cc5100eec5ffb0 --- ...rt_scripts.sql => 2014_10_10_06_world.sql} | 0 sql/updates/world/2014_10_11_00_world.sql | 23 +++++++++++++++++++ 2 files changed, 23 insertions(+) rename sql/updates/world/{2014_10_10_06_world_smart_scripts.sql => 2014_10_10_06_world.sql} (100%) create mode 100644 sql/updates/world/2014_10_11_00_world.sql diff --git a/sql/updates/world/2014_10_10_06_world_smart_scripts.sql b/sql/updates/world/2014_10_10_06_world.sql similarity index 100% rename from sql/updates/world/2014_10_10_06_world_smart_scripts.sql rename to sql/updates/world/2014_10_10_06_world.sql diff --git a/sql/updates/world/2014_10_11_00_world.sql b/sql/updates/world/2014_10_11_00_world.sql new file mode 100644 index 00000000000..dcfb679e7e7 --- /dev/null +++ b/sql/updates/world/2014_10_11_00_world.sql @@ -0,0 +1,23 @@ +-- Scourge Cage +UPDATE `gameobject_template` SET `data2`=120000, AIName='SmartGameObjectAI', ScriptName='', `VerifiedBuild`=-18019 WHERE `entry` IN ( +187854, +187855, +187856, +187857, +187858, +187859, +187860, +187861, +187862, +187863, +187864, +187865, +187866, +187867, +187868, +187870, +187871, +187872, +187873, +187874 +);