*Fix Area auras for target without a party.

*Fix Improved soul leech and correct procflags for soul leech.

--HG--
branch : trunk
This commit is contained in:
QAston
2009-03-19 21:47:16 +01:00
parent a2392121f0
commit c6f3532ada
7 changed files with 79 additions and 14 deletions

View File

@@ -0,0 +1,6 @@
DELETE FROM `spell_proc_event` WHERE `entry` IN (30293, 30295, 30296);
INSERT INTO `spell_proc_event` VALUES
-- Soul Leech
(30293, 0x00, 5, 0x00000381, 0x200C0, 0x00000000, 0x0000000, 0x0000000, 0.000000, 0.000000, 0),
(30295, 0x00, 5, 0x00000381, 0x200C0, 0x00000000, 0x0000000, 0x0000000, 0.000000, 0.000000, 0),
(30296, 0x00, 5, 0x00000381, 0x200C0, 0x00000000, 0x0000000, 0x0000000, 0.000000, 0.000000, 0);

View File

@@ -87,4 +87,5 @@ INSTALL(FILES
1939_word.sql
1957_word.sql
2013_world.sql
2021_world.sql
DESTINATION share/trinity/sql/updates)