From 631a086cab3245adde1edf86838705f3490bffd4 Mon Sep 17 00:00:00 2001 From: ZxBiohazardZx Date: Sat, 7 Jan 2012 12:28:09 +0100 Subject: Db/Gameobject: Fix Stratholme Service Gate closes #1022 --- sql/updates/world/2012_01_07_02_world_gameobject_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2012_01_07_02_world_gameobject_template.sql (limited to 'sql') diff --git a/sql/updates/world/2012_01_07_02_world_gameobject_template.sql b/sql/updates/world/2012_01_07_02_world_gameobject_template.sql new file mode 100644 index 00000000000..438a49d969a --- /dev/null +++ b/sql/updates/world/2012_01_07_02_world_gameobject_template.sql @@ -0,0 +1,2 @@ +-- Fix Stratholme Service Gate Entrance +UPDATE `gameobject_template` SET `data1`=879 WHERE `entry`=175368; -- cgit v1.2.3