diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/2057_world.sql | 11 | ||||
| -rw-r--r-- | sql/updates/CMakeLists.txt | 2 |
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 |
