mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
Scripts/TSC: reworked High Priestes Azil phase two behaivior
* corrected the number of summoned adds during phase two * corrected overall timers for summoning adds during phase one and two * randomize the summon destinations of the followers to get correct spawn behaivior
This commit is contained in:
4
sql/updates/world/custom/custom_2019_12_08_02_world.sql
Normal file
4
sql/updates/world/custom/custom_2019_12_08_02_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_azil_summon_follower';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(79193, 'spell_azil_summon_follower'),
|
||||
(79199, 'spell_azil_summon_follower');
|
||||
Reference in New Issue
Block a user