Core/Ruby: Minor fixes in Halion encounter

* Some codestyle fixes
* Fixed wrong Halion summon with Hotswap system
* Fixed evade issue
* Fixed emblem frost exploit
This commit is contained in:
sirikfoll
2016-12-24 00:15:00 -03:00
committed by Keader
parent 554c28d56b
commit 0b33a8281f
2 changed files with 32 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);