diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-10-11 03:02:47 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-10-11 03:02:47 +0200 |
commit | 5d0cc2e531956e20643ae1a8cbe06dbef60c14f6 (patch) | |
tree | 1f2f72e1ab01fab95e128956ea9efbb5354abe9d | |
parent | ab08083d6caa3c9c5d4d393ad65cb6bc57f8bf67 (diff) |
DB/Gameobject: Revert hack in cabfcb1a3df7faf1425e5fecc1cc5100eec5ffb0
-rw-r--r-- | sql/updates/world/2014_10_10_06_world.sql (renamed from sql/updates/world/2014_10_10_06_world_smart_scripts.sql) | 0 | ||||
-rw-r--r-- | sql/updates/world/2014_10_11_00_world.sql | 23 |
2 files changed, 23 insertions, 0 deletions
diff --git a/sql/updates/world/2014_10_10_06_world_smart_scripts.sql b/sql/updates/world/2014_10_10_06_world.sql index c3fbca838b2..c3fbca838b2 100644 --- a/sql/updates/world/2014_10_10_06_world_smart_scripts.sql +++ b/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 +); |