From 3120990ebd47e734074d96cd11fabf7ff75ae5dd Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Sat, 21 Mar 2009 06:59:40 +0100 Subject: *Remove not needed code --HG-- branch : trunk --- sql/updates/2057_world.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sql/updates/2057_world.sql (limited to 'sql/updates/2057_world.sql') diff --git a/sql/updates/2057_world.sql b/sql/updates/2057_world.sql new file mode 100644 index 00000000000..8c7cc4cd3f0 --- /dev/null +++ b/sql/updates/2057_world.sql @@ -0,0 +1,11 @@ +delete from spell_bonus_data where entry in (15290, 39373, 33778, 379, 38395, 40972, 22845, 33504, 34299); +insert into spell_bonus_data () VALUES +(15290, 0, 0, 0, 'Vampiric Embrace'), +(39373, 0, 0, 0, 'Shadowmend'), +(33778, 0, 0, 0, 'Lifebloom'), +(379, 0, 0, 0, 'Earth Shield'), +(38395, 0, 0, 0, 'Siphon Essence'), +(40972, 0, 0, 0, 'Heal'), +(22845, 0, 0, 0, 'Frenzied Regeneration'), +(33504, 0, 0, 0, 'Mark of Conquest'), +(34299, 0, 0, 0, 'Improved Leader of the Pack'); \ No newline at end of file -- cgit v1.2.3