From a687c867e9127f816c6ffde36000f6e2474f80e7 Mon Sep 17 00:00:00 2001 From: tobmaps Date: Fri, 13 May 2011 03:05:35 +0700 Subject: Core/Spells: Fix cooldown of Bone Shield Closes #1370 --- sql/updates/world/2011_05_12_13_world_spell_dbc.sql | 2 ++ sql/updates/world/2011_05_12_13_world_spell_proc_event.sql | 1 + 2 files changed, 3 insertions(+) create mode 100644 sql/updates/world/2011_05_12_13_world_spell_dbc.sql create mode 100644 sql/updates/world/2011_05_12_13_world_spell_proc_event.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2011_05_12_13_world_spell_dbc.sql b/sql/updates/world/2011_05_12_13_world_spell_dbc.sql new file mode 100644 index 00000000000..c3c649f2647 --- /dev/null +++ b/sql/updates/world/2011_05_12_13_world_spell_dbc.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_dbc` WHERE `id` = 100000; +INSERT INTO `spell_dbc` VALUES (100000,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,'Bone Shield cooldown - serverside spell'); diff --git a/sql/updates/world/2011_05_12_13_world_spell_proc_event.sql b/sql/updates/world/2011_05_12_13_world_spell_proc_event.sql new file mode 100644 index 00000000000..9a533bdb810 --- /dev/null +++ b/sql/updates/world/2011_05_12_13_world_spell_proc_event.sql @@ -0,0 +1 @@ +UPDATE `spell_proc_event` SET `cooldown` = 2 WHERE `entry` = 49222; -- cgit v1.2.3