mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 10:37:06 +00:00
[11733] fix melee attack speed slowing part of 53695 and ranks
This commit is contained in:
parent
a7fba67225
commit
202a6b0a70
5 changed files with 21 additions and 5 deletions
4
sql/updates/11733_01_mangos_spell_proc_event.sql
Normal file
4
sql/updates/11733_01_mangos_spell_proc_event.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_11731_02_mangos_mangos_string required_11733_01_mangos_spell_proc_event bit;
|
||||
|
||||
DELETE FROM spell_proc_event WHERE entry = 53695;
|
||||
INSERT INTO spell_proc_event VALUES (53695, 0x00, 10, 0x00800000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue