mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
DB/Misc: Make Caladis Brightspear visible when having proper quest
by Foldor, updates #11015
This commit is contained in:
4
sql/updates/world/2013_11_03_20_world_spell_area.sql
Normal file
4
sql/updates/world/2013_11_03_20_world_spell_area.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `spell_area` WHERE `spell`=71313;
|
||||
INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`, `quest_start_status`, `quest_end_status`) VALUES
|
||||
(71313, 4862, 24461, 24522, 0, 0, 2, 1, 74, 11);
|
||||
Reference in New Issue
Block a user