Core/Ruby: Minor fixes in Halion encounter

* Some codestyle fixes
* Fixed wrong Halion summon with Hotswap system
* Fixed evade issue
* Fixed emblem frost exploit

(cherry picked from commit 0b33a8281f6be3458ef3698349f00a1f6aabb0b5)
This commit is contained in:
sirikfoll
2018-03-18 00:19:32 +01:00
committed by DoctorKraft
parent 7a1f2bf873
commit ab3a4bde4e
2 changed files with 30 additions and 5 deletions
@@ -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);