aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorQAston <none@none>2009-03-13 22:48:04 +0100
committerQAston <none@none>2009-03-13 22:48:04 +0100
commit0d5044863e40be5c369cea57ecec8514231f0792 (patch)
tree8f59cae106b9ccfe21ee347d925d94747698a0aa /sql
parent8963006729674211b69bad0948b2de8d82078d62 (diff)
*Add procflag PROC_EX_AURA_REMOVE.
*Use new procflag to fix Psyhic Horror. *Fix a typo in Living Bomb handler. --HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/1857_world.sql6
-rw-r--r--sql/updates/CMakeLists.txt1
2 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/1857_world.sql b/sql/updates/1857_world.sql
new file mode 100644
index 00000000000..095e0e2ee5e
--- /dev/null
+++ b/sql/updates/1857_world.sql
@@ -0,0 +1,6 @@
+-- Psyhic Horror
+INSERT INTO `spell_proc_event` VALUES (47571, 0x00, 6, 65536, 0x00000000, 0x00000000, 0x00000000, 0x0002000, 0.000000, 0.000000, 0);
+INSERT INTO `spell_proc_event` VALUES (47572, 0x00, 6, 59981, 0x00000000, 0x00000000, 0x00000000, 0x0002000, 0.000000, 0.000000, 0);
+-- Improved Fear
+INSERT INTO `spell_proc_event` VALUES (53754, 0x00, 5, 0x00000000, 1024, 0x00000000, 0x00000000, 0x0002000, 0.000000, 0.000000, 0);
+INSERT INTO `spell_proc_event` VALUES (53759, 0x00, 5, 0x00000000, 1024, 0x00000000, 0x00000000, 0x0002000, 0.000000, 0.000000, 0);
diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt
index 3b8a3a5a82e..fef056a705b 100644
--- a/sql/updates/CMakeLists.txt
+++ b/sql/updates/CMakeLists.txt
@@ -78,4 +78,5 @@ INSTALL(FILES
1814_world.sql
1825_world.sql
1828_world.sql
+1857_world.sql
DESTINATION share/trinity/sql/updates) \ No newline at end of file