aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-12 14:28:18 -0600
committermegamage <none@none>2009-03-12 14:28:18 -0600
commit771f2699d62e609b9fe30270cab7fb987ca7375d (patch)
treed6ee3628f2d1f510538a98c1abccf8f6e20a5d45 /sql/updates
parent5f57c488d543c00f13c905d0d52f60014c15115d (diff)
parent4b6103a031914e4208d88e5e254dd9095c880d23 (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-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