mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
Scripts/HoL:
* fix Volkhan script: after losing 20% HP Volkhan is supposed to run back to his Anvil and smack it with his hammer. 3 Golems are supposed to fly out of it and spawn (by LethalInjectionX) Closes issue #3895 * fix instance doors to remain open after use (by msholto) Closes issue #4773 Both fixes tested and approved by Aokromes. NOTE: Do not forget the DB part of the commit! --HG-- branch : trunk
This commit is contained in:
@@ -731,7 +731,6 @@ UPDATE `creature_template` SET `ScriptName`='boss_loken' WHERE `entry`=28923;
|
||||
/* Volkhan */
|
||||
UPDATE `creature_template` SET `ScriptName`='boss_volkhan' WHERE `entry`=28587;
|
||||
UPDATE `creature_template` SET `ScriptName`='mob_molten_golem' WHERE `entry`=28695;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_volkhan_anvil' WHERE `entry`=28823;
|
||||
/* Ionar */
|
||||
UPDATE `creature_template` SET `ScriptName`='boss_ionar' WHERE `entry`=28546;
|
||||
UPDATE `creature_template` SET `ScriptName`='mob_spark_of_ionar' WHERE `entry`=28926;
|
||||
|
||||
Reference in New Issue
Block a user