From be5116103725005c7481ad99cd0113d5867bef86 Mon Sep 17 00:00:00 2001 From: tobmaps Date: Tue, 14 Jun 2011 18:16:23 +0700 Subject: DB/Entities: Fix animation for Storm Beacons in Ulduar. Tnx to Shauren for tip --- sql/updates/world/2011_06_14_01_world_gameobject_template.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2011_06_14_01_world_gameobject_template.sql (limited to 'sql') 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'; -- cgit v1.2.3