aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobmaps <spambot42@yandex.ru>2011-06-14 18:16:23 +0700
committertobmaps <spambot42@yandex.ru>2011-06-14 18:16:23 +0700
commitbe5116103725005c7481ad99cd0113d5867bef86 (patch)
tree620e2f80f33d4984631198d0dc22415317f21a5a
parent3707b56a227bf68674772cb944d2006855adad22 (diff)
DB/Entities: Fix animation for Storm Beacons in Ulduar. Tnx to Shauren for tip
-rw-r--r--sql/updates/world/2011_06_14_01_world_gameobject_template.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_06_14_01_world_gameobject_template.sql b/sql/updates/world/2011_06_14_01_world_gameobject_template.sql
new file mode 100644
index 00000000000..7f6835449e5
--- /dev/null
+++ b/sql/updates/world/2011_06_14_01_world_gameobject_template.sql
@@ -0,0 +1 @@
+UPDATE `gameobject_template` SET `flags`=`flags`&~1024 WHERE `name`='Storm Beacon';