aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorDrahy <none@none>2009-08-13 11:21:08 +0200
committerDrahy <none@none>2009-08-13 11:21:08 +0200
commit02da8a41f7aad9e169e2491f8759143ee87bff54 (patch)
tree71b5890821d5498cbd5637b44f30cfcc7d4198ec /sql/updates
parent0eccbab79087ee83f48f2db27c205a6e6dab8737 (diff)
[8361] Avoid apply bonuses to item 32262 drain life. Author: VladimirMangos
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/4968_world_8361_spell_bonus_data.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/4968_world_8361_spell_bonus_data.sql b/sql/updates/4968_world_8361_spell_bonus_data.sql
new file mode 100644
index 00000000000..c381390791e
--- /dev/null
+++ b/sql/updates/4968_world_8361_spell_bonus_data.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_bonus_data` WHERE `entry`=40293;
+INSERT INTO `spell_bonus_data` VALUES
+(40293, 0, 0, 0, 0, 'Item - Siphon Essence'); \ No newline at end of file