From 14e4a557ed5063bcb20a3be58547ab1a3f9bb12d Mon Sep 17 00:00:00 2001 From: treak Date: Mon, 27 Oct 2014 01:25:39 +0000 Subject: Scripts/Freya: Fix Lumberjacked Achieve Closes #13435 Fixes #8166 (cherry picked from commit e0512dd4b43503d58a0334c54aed513bf24f6eff) --- sql/updates/world/2014_10_27_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2014_10_27_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/2014_10_27_00_world.sql b/sql/updates/world/2014_10_27_00_world.sql new file mode 100644 index 00000000000..d4526804133 --- /dev/null +++ b/sql/updates/world/2014_10_27_00_world.sql @@ -0,0 +1 @@ +UPDATE `spell_dbc` SET `Effect1` = 3, `EffectImplicitTargetA1` = 22, `EffectImplicitTargetB1` = 7, `EffectRadiusIndex1` = 28 WHERE `Id` = 65296; -- cgit v1.2.3