From 8e44b2d4a6bfe957df98cfb22ecff818138c32c7 Mon Sep 17 00:00:00 2001 From: Trista Date: Sat, 9 Mar 2013 05:23:50 +0200 Subject: Scripts/Eye of Eternity: Remove some uneeded check and last to do that is uneeded after last GO changes * also repair some broken GO data for 3.3.5a. --- sql/updates/world/2013_03_09_01_world_gameobject_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2013_03_09_01_world_gameobject_template.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2013_03_09_01_world_gameobject_template.sql b/sql/updates/world/2013_03_09_01_world_gameobject_template.sql new file mode 100644 index 00000000000..229ad5f49a5 --- /dev/null +++ b/sql/updates/world/2013_03_09_01_world_gameobject_template.sql @@ -0,0 +1,2 @@ +-- Update some gameobject data that is correct in WDB, but parsed wrong for some reason +UPDATE `gameobject_template` SET `faction`=35,`data17`=1,`data18`=0 WHERE `entry`=193908; -- cgit v1.2.3