aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2013_03_09_01_world_gameobject_template.sql2
1 files changed, 2 insertions, 0 deletions
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;