diff options
| author | QAston <none@none> | 2009-03-13 22:48:04 +0100 |
|---|---|---|
| committer | QAston <none@none> | 2009-03-13 22:48:04 +0100 |
| commit | 0d5044863e40be5c369cea57ecec8514231f0792 (patch) | |
| tree | 8f59cae106b9ccfe21ee347d925d94747698a0aa /sql | |
| parent | 8963006729674211b69bad0948b2de8d82078d62 (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.sql | 6 | ||||
| -rw-r--r-- | sql/updates/CMakeLists.txt | 1 |
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 |
