aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSubv <s.v.h21@hotmail.com>2012-04-04 21:41:54 -0500
committerSubv <s.v.h21@hotmail.com>2012-04-04 21:41:54 -0500
commita7de92a7a1bae464b94d3ea15f2a203abd3d8d02 (patch)
tree8dbef53be0509d7d8f7c107b5492cfe6b94de152
parent3d6da262dc4ba618a3ec052ef648c06b46882401 (diff)
Core/Spells: Rune Strike should only be available for use once after a block/parry
Closes #6007 Signed-off-by: Subv <s.v.h21@hotmail.com>
-rw-r--r--sql/updates/world/2012_04_04_01_world_spell_dbc.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_04_04_01_world_spell_dbc.sql b/sql/updates/world/2012_04_04_01_world_spell_dbc.sql
new file mode 100644
index 00000000000..1b8b0868648
--- /dev/null
+++ b/sql/updates/world/2012_04_04_01_world_spell_dbc.sql
@@ -0,0 +1,2 @@
+UPDATE `spell_dbc` SET `EffectApplyAuraName1`=4 WHERE `Id`=56817;
+