mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
db/commit: fix sql error
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
-- add aura to be able to hand in quests
|
||||
DELETE FROM `spell_area` WHERE `spell`=52217;
|
||||
INSERT INTO `spell_area` (`spell`,`area`,`quest_start`,`quest_start_active`,`quest_end`,`aura_spell`,`racemask`,`gender`,`autocast`) VALUES
|
||||
(52217,4306,12574,1,0,0,0,2,1);
|
||||
INSERT INTO `spell_area` (`spell`,`area`,`quest_start`,`quest_end`,`aura_spell`,`racemask`,`gender`,`autocast`,`quest_start_status`,`quest_end_status`) VALUES
|
||||
(52217,4306,12574,0,0,0,2,1,1,64);
|
||||
|
||||
Reference in New Issue
Block a user