mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 16:39:08 +01:00
Scripts/Gilneas: the chapter 2 intro completion spell will no longer despawn the npcs of other players
* corrected a phase aura entry
This commit is contained in:
5
sql/updates/world/custom/custom_2019_06_05_02_world.sql
Normal file
5
sql/updates/world/custom/custom_2019_06_05_02_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
UPDATE `spell_area` SET `quest_start`= 14320 WHERE `spell`= 14375 AND `area`= 4714;
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_gilneas_worgen_intro_completion';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(68638, 'spell_gilneas_worgen_intro_completion');
|
||||
Reference in New Issue
Block a user