From 0d5044863e40be5c369cea57ecec8514231f0792 Mon Sep 17 00:00:00 2001 From: QAston Date: Fri, 13 Mar 2009 22:48:04 +0100 Subject: *Add procflag PROC_EX_AURA_REMOVE. *Use new procflag to fix Psyhic Horror. *Fix a typo in Living Bomb handler. --HG-- branch : trunk --- sql/updates/1857_world.sql | 6 ++++++ sql/updates/CMakeLists.txt | 1 + 2 files changed, 7 insertions(+) create mode 100644 sql/updates/1857_world.sql (limited to 'sql') 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 -- cgit v1.2.3