From c08a5d549957751ba9b9bc67ebbe92aab1845fe6 Mon Sep 17 00:00:00 2001 From: mik1893 Date: Wed, 3 Aug 2016 08:26:29 +0100 Subject: [PATCH] DB/Spell: Fix spell area issue with spell WGA Phase --- data/sql/updates/world/2016_08_03_00.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/sql/updates/world/2016_08_03_00.sql diff --git a/data/sql/updates/world/2016_08_03_00.sql b/data/sql/updates/world/2016_08_03_00.sql new file mode 100644 index 000000000..b0e770ae5 --- /dev/null +++ b/data/sql/updates/world/2016_08_03_00.sql @@ -0,0 +1 @@ +DELETE from spell_area where spell = 60815 and area = 14; \ No newline at end of file