Scripts/Deepholm: corrected casting of the intro taxi when entering Deepholm

This commit is contained in:
Ovahlord
2021-03-26 18:26:06 +01:00
parent 82714dfa59
commit bef302fc7e
2 changed files with 5 additions and 21 deletions

View 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);