aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrista <aconstantgoal@abv.bg>2012-08-27 18:37:55 +0100
committerNay <dnpd.dd@gmail.com>2012-08-27 18:37:55 +0100
commit11b91ef2e9457473e2370d848dde644a44558761 (patch)
tree556e9b7f33b618164b16def4989ac429975faf4a
parent1d05d2d4fad8b2d204d42a4e446e08b20d17b9c4 (diff)
DB/Spells: (SB) Fix quest The Angry Gorloc
Closes #1288
-rw-r--r--sql/updates/world/2012_08_27_07_world_spell_area.sql4
1 files changed, 4 insertions, 0 deletions
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);