mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
[7175] Fix some hunter abilites
56342 and ranks - proc on trap activation 34497 and ranks - mana restor amount 56333 and ranks add some cast as trap activation Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
parent
3f876e89cd
commit
be736100cb
7 changed files with 33 additions and 8 deletions
13
sql/updates/7175_01_mangos_spell_proc_event.sql
Normal file
13
sql/updates/7175_01_mangos_spell_proc_event.sql
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_7168_01_mangos_command required_7175_01_mangos_spell_proc_event bit;
|
||||
|
||||
-- (56333) T.N.T. (Rank 1)
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (56333);
|
||||
INSERT INTO `spell_proc_event` VALUES (56333, 0x00, 9, 0x00000004, 0x00000000, 0x00000200, 0x00000000, 0x00000000, 0.000000, 0.000000, 0);
|
||||
|
||||
-- (56336) T.N.T. (Rank 2)
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (56336);
|
||||
INSERT INTO `spell_proc_event` VALUES (56336, 0x00, 9, 0x00000004, 0x00000000, 0x00000200, 0x00000000, 0x00000000, 0.000000, 0.000000, 0);
|
||||
|
||||
-- (56337) T.N.T. (Rank 3)
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (56337);
|
||||
INSERT INTO `spell_proc_event` VALUES (56337, 0x00, 9, 0x00000004, 0x00000000, 0x00000200, 0x00000000, 0x00000000, 0.000000, 0.000000, 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue