aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorQAston <none@none>2009-03-11 21:36:02 +0100
committerQAston <none@none>2009-03-11 21:36:02 +0100
commitc3026bc7556c0c9511a043756d35d6b8ec1eb692 (patch)
treef2eaf5288528828a964bc7d2bc7979adbce93532 /sql
parent6f4e33c611f0960c7c30ed5f6e8ff5da20c9c3fe (diff)
*Fix divine hymn.
*Prevent unexpected behaviour of dummy proc auras combined with ObsModEnergy auras. --HG-- branch : trunk
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