mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 17:08:23 +01:00
Scripts/SFK: rewrite Lord Godfrey encounter
* updated scripts to new model * corrected timer handling * removed unneeded script for Bloodthirsty Ghouls * properly handle left / right cast visuals for summoning Bloodthirsty Ghouls and Pistol Barrage * reset achievement progress on each new attempt
This commit is contained in:
6
sql/updates/world/custom/custom_2020_01_11_01_world.sql
Normal file
6
sql/updates/world/custom/custom_2020_01_11_01_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
UPDATE `creature_template` SET `ScriptName`= '' WHERE `ScriptName`= 'npc_sfk_bloodthirsty_ghoul';
|
||||
DELETE FROM `achievement_criteria_data` WHERE `ScriptName`= 'achievement_bullet_time';
|
||||
UPDATE `spell_script_names` SET `ScriptName`= 'spell_godfrey_summon_bloodthirsty_ghouls' WHERE `ScriptName`= 'spell_sfk_summon_bloodthirsty_ghouls';
|
||||
UPDATE `spell_script_names` SET `ScriptName`= 'spell_godfrey_pistol_barrage' WHERE `ScriptName`= 'spell_sfk_pistol_barrage';
|
||||
UPDATE `spell_script_names` SET `ScriptName`= 'spell_godfrey_pistol_barrage_aoe' WHERE `ScriptName`= 'spell_sfk_pistol_barrage_summon';
|
||||
UPDATE `spell_script_names` SET `ScriptName`= 'spell_godfrey_cursed_bullets' WHERE `ScriptName`= 'spell_sfk_cursed_bullets';
|
||||
Reference in New Issue
Block a user