db/commit: fix sql error

This commit is contained in:
ZxBiohazardZx
2013-01-04 20:26:37 +01:00
parent 9f32cd44e4
commit facea9f158

View File

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