aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorsirikfoll <sirikfoll@hotmail.com>2016-12-24 00:15:00 -0300
committerKeader <keader.android@gmail.com>2016-12-24 00:19:02 -0300
commit0b33a8281f6be3458ef3698349f00a1f6aabb0b5 (patch)
tree3b58965bdb8a369aceabb60bd48864f679a11c58 /sql
parent554c28d56b9fdbd70f9c1376d0cad5e72a357c87 (diff)
Core/Ruby: Minor fixes in Halion encounter
* Some codestyle fixes * Fixed wrong Halion summon with Hotswap system * Fixed evade issue * Fixed emblem frost exploit
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2016_12_24_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_12_24_00_world.sql b/sql/updates/world/3.3.5/2016_12_24_00_world.sql
new file mode 100644
index 00000000000..403ee80fd86
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_12_24_00_world.sql
@@ -0,0 +1,2 @@
+-- Fix emblem frost exploit in Ruby Sanctum
+UPDATE `creature_template` SET `flags_extra`=`flags_extra` | 1 WHERE `entry`IN(39823,39920,39805);