aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2012-03-15 13:10:42 +0100
committerShauren <shauren.trinity@gmail.com>2012-03-15 13:10:42 +0100
commit4a96ae22a98b1e4b9865c53e9194fe9e133226a1 (patch)
tree5fc558b1086a22cf6e222cc33be1f7aefc33608a /sql
parent7d60290c2e7bf7a04a7ebe862387aaa4389985cd (diff)
Scripts/Icecrown Citadel: Corrected flying animations for frostwyrms in Sindragosa's Lair and prevent reentering combat with Deathbringer Saurfang after encounter is won
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_03_14_00_world_creature_addon.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_03_14_00_world_creature_addon.sql b/sql/updates/world/2012_03_14_00_world_creature_addon.sql
new file mode 100644
index 00000000000..c7e4edb97ed
--- /dev/null
+++ b/sql/updates/world/2012_03_14_00_world_creature_addon.sql
@@ -0,0 +1,2 @@
+UPDATE `creature_addon` SET `bytes1`=0x3000000 WHERE `guid`=207210;
+UPDATE `creature_addon` SET `bytes1`=0x3000000 WHERE `guid`=207211;