From facea9f1587cd0056bdad446dce91c811ca9332e Mon Sep 17 00:00:00 2001 From: ZxBiohazardZx Date: Fri, 4 Jan 2013 20:26:37 +0100 Subject: db/commit: fix sql error --- sql/updates/world/2013_01_03_14_world_spell_area.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sql/updates/world') diff --git a/sql/updates/world/2013_01_03_14_world_spell_area.sql b/sql/updates/world/2013_01_03_14_world_spell_area.sql index a670ed7c455..352fe0e9d85 100644 --- a/sql/updates/world/2013_01_03_14_world_spell_area.sql +++ b/sql/updates/world/2013_01_03_14_world_spell_area.sql @@ -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); -- cgit v1.2.3