diff options
| author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-01-07 12:28:09 +0100 |
|---|---|---|
| committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-01-07 12:28:09 +0100 |
| commit | 631a086cab3245adde1edf86838705f3490bffd4 (patch) | |
| tree | 703cce6e9b88d86cc9cad2066c92006dd7b9ce0c /sql | |
| parent | f681210ee636002e88408ea70b8d5bf7df75c070 (diff) | |
Db/Gameobject: Fix Stratholme Service Gate
closes #1022
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_01_07_02_world_gameobject_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
