From c91c6fd1835a593f9893469a41b0321d54510c5d Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 19 Nov 2015 23:12:54 +0100 Subject: [PATCH] DB/Misc: Fix incorrect commit --- sql/updates/world/2015_11_19_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2015_11_19_00_world.sql diff --git a/sql/updates/world/2015_11_19_00_world.sql b/sql/updates/world/2015_11_19_00_world.sql new file mode 100644 index 00000000000..040a2c0432f --- /dev/null +++ b/sql/updates/world/2015_11_19_00_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `spelleffect_dbc` WHERE `Id` IN (28098,28110); +UPDATE `spelleffect_dbc` SET `EffectRadiusIndex`=30 WHERE `Id` IN (154177,154179); \ No newline at end of file