mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-08 19:10:19 +01:00
Scripts/Deepholm: corrected casting of the intro taxi when entering Deepholm
This commit is contained in:
5
sql/updates/world/4.3.4/2021_03_26_00_world.sql
Normal file
5
sql/updates/world/4.3.4/2021_03_26_00_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_deepholm_intro_teleport';
|
||||
|
||||
DELETE FROM `spell_area` WHERE `spell`= 84101;
|
||||
INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `flags`, `quest_start_status`, `quest_end_status`) VALUES
|
||||
(84101, 5042, 0, 0, 84073, 0, 2, 0x1, 64, 11);
|
||||
Reference in New Issue
Block a user