mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 04:37:04 +00:00
[10349] Implement work item 50351 and 50706.
This commit is contained in:
parent
fbf517e763
commit
017d7c7160
6 changed files with 41 additions and 5 deletions
6
sql/updates/10349_01_mangos_spell_proc_event.sql
Normal file
6
sql/updates/10349_01_mangos_spell_proc_event.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_10342_02_mangos_command required_10349_01_mangos_spell_proc_event bit;
|
||||
|
||||
delete from `spell_proc_event` where entry IN (71406, 71545);
|
||||
insert into `spell_proc_event` values
|
||||
(71406, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000000, 0.000000,45.000000, 0),
|
||||
(71545, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000000, 0.000000,45.000000, 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue