aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQAston <none@none>2009-03-12 00:48:31 +0100
committerQAston <none@none>2009-03-12 00:48:31 +0100
commit4b6103a031914e4208d88e5e254dd9095c880d23 (patch)
tree85d2b403f2ab6578dd75b256215bf34c196762d9
parentfa692e8c5061ef9e914b1cd26063f872467bbaa0 (diff)
*Fix Unholy and Frost Presence.
--HG-- branch : trunk
-rw-r--r--sql/updates/1828_world.sql4
-rw-r--r--sql/updates/CMakeLists.txt1
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