aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/1825_world.sql1
-rw-r--r--sql/updates/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/1825_world.sql b/sql/updates/1825_world.sql
new file mode 100644
index 00000000000..9548a529cdd
--- /dev/null
+++ b/sql/updates/1825_world.sql
@@ -0,0 +1 @@
+INSERT INTO `spell_linked_spell` VALUES (-47953, 60406, 0, 'Divine hymn buff to enemies');
diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt
index dc4dfb35d8b..fb76773c5b8 100644
--- a/sql/updates/CMakeLists.txt
+++ b/sql/updates/CMakeLists.txt
@@ -75,4 +75,5 @@ INSTALL(FILES
1764_world.sql
1766_world.sql
1814_world.sql
+1825_world.sql
DESTINATION share/trinity/sql/updates) \ No newline at end of file