Revision 285, 175 bytes
(checked in by yumileroy, 17 years ago)
|
* Added missing part of mangos merge on interrupt channeling on aura cancel
* Removed hacks attempting to do the above only for possessing or farsight spells
* Moved summon as possessed unsummoning into more general area in Spell::cancel
* Added SQL updates for steam tonk and tonk mine scripts
Original author: gvcoman
Date: 2008-11-21 21:00:45-05:00
|
Line | |
---|
1 | UPDATE `creature_template` SET `ScriptName` = 'npc_steam_tonk' WHERE `entry` = '19405'; |
---|
2 | UPDATE `creature_template` SET `ScriptName` = 'npc_tonk_mine' WHERE `entry` = '15368'; |
---|