aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authortobmaps <spambot42@yandex.ru>2011-05-13 03:05:35 +0700
committertobmaps <spambot42@yandex.ru>2011-05-13 03:05:35 +0700
commita687c867e9127f816c6ffde36000f6e2474f80e7 (patch)
treeb98578da759f828e8c34ce715d540f02cad15b5f /sql/updates
parent5652400557f75318fa30a6e31b99a0c77bdba82b (diff)
Core/Spells: Fix cooldown of Bone Shield
Closes #1370
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2011_05_12_13_world_spell_dbc.sql2
-rw-r--r--sql/updates/world/2011_05_12_13_world_spell_proc_event.sql1
2 files changed, 3 insertions, 0 deletions
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;