aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorTrista <aconstantgoal@abv.bg>2013-03-09 05:23:50 +0200
committerTrista <aconstantgoal@abv.bg>2013-03-09 05:32:02 +0200
commit8e44b2d4a6bfe957df98cfb22ecff818138c32c7 (patch)
tree98d11fc3150e89604ead9c9bf6c841ffbf39084d /sql
parented378ad63c6cb0bcb0bd8cbf3548f468e6ea1d1c (diff)
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.
Diffstat (limited to 'sql')
-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;