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 0b33a8281f)
This commit is contained in:
sirikfoll
2016-12-24 00:15:00 -03:00
committed by DoctorKraft
parent 7a1f2bf873
commit ab3a4bde4e
2 changed files with 30 additions and 5 deletions

View File

@@ -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);