aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorBlaymoira <none@none>2009-03-21 06:59:40 +0100
committerBlaymoira <none@none>2009-03-21 06:59:40 +0100
commit3120990ebd47e734074d96cd11fabf7ff75ae5dd (patch)
treeb0e494e6f021fcde2050f8dcd1e2bee82e2957cb /sql/updates
parentb2f5136215b21d0aa17e5d7668a3f88ad1c92aac (diff)
*Remove not needed code
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/2057_world.sql11
-rw-r--r--sql/updates/CMakeLists.txt2
2 files changed, 13 insertions, 0 deletions
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
diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt
index bb0ce3205ee..bb936e8ab55 100644
--- a/sql/updates/CMakeLists.txt
+++ b/sql/updates/CMakeLists.txt
@@ -91,4 +91,6 @@ INSTALL(FILES
2021_world.sql
2025_mangos_7493_01_world_command.sql
2025_mangos_7495_01_world_trinity_string.sql
+2031_realmd.sql
+2057_world.sql
DESTINATION share/trinity/sql/updates) \ No newline at end of file