diff options
| -rw-r--r-- | sql/updates/1828_world.sql | 4 | ||||
| -rw-r--r-- | sql/updates/CMakeLists.txt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/1828_world.sql b/sql/updates/1828_world.sql new file mode 100644 index 00000000000..64b6e54bfdf --- /dev/null +++ b/sql/updates/1828_world.sql @@ -0,0 +1,4 @@ +INSERT INTO `spell_linked_spell` VALUES (48265, 49772, 2, 'Unholy Presence'); +INSERT INTO `spell_linked_spell` VALUES (49772, 55222, 2, 'Unholy Presence'); + +INSERT INTO `spell_linked_spell` VALUES (48263, 61261, 2, 'Frost Presence'); diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt index fb76773c5b8..931649d6512 100644 --- a/sql/updates/CMakeLists.txt +++ b/sql/updates/CMakeLists.txt @@ -76,4 +76,5 @@ INSTALL(FILES 1766_world.sql 1814_world.sql 1825_world.sql +1828_world.sql DESTINATION share/trinity/sql/updates)
\ No newline at end of file |
