From 11b91ef2e9457473e2370d848dde644a44558761 Mon Sep 17 00:00:00 2001 From: Trista Date: Mon, 27 Aug 2012 18:37:55 +0100 Subject: DB/Spells: (SB) Fix quest The Angry Gorloc Closes #1288 --- sql/updates/world/2012_08_27_07_world_spell_area.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2012_08_27_07_world_spell_area.sql (limited to 'sql') diff --git a/sql/updates/world/2012_08_27_07_world_spell_area.sql b/sql/updates/world/2012_08_27_07_world_spell_area.sql new file mode 100644 index 00000000000..18be6ff0dbe --- /dev/null +++ b/sql/updates/world/2012_08_27_07_world_spell_area.sql @@ -0,0 +1,4 @@ +-- Fix quest - The Angry Gorloc ID: 12578 +DELETE FROM `spell_area` WHERE `spell`=54057; +INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_start_active`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`) VALUES +(54057, 4297, 12578, 1, 12578, 0, 0, 2, 1); -- cgit v1.2.3