mirror of
https://github.com/mangosfour/server.git
synced 2026-01-01 07:37:07 +00:00
[9464] Spell effects of itemset 883 and variants.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
fc08496048
commit
6efb768daa
6 changed files with 51 additions and 19 deletions
6
sql/updates/9464_01_mangos_spell_proc_event.sql
Normal file
6
sql/updates/9464_01_mangos_spell_proc_event.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_9460_02_mangos_spell_chain required_9464_01_mangos_spell_proc_event bit;
|
||||
|
||||
/*Item - Mage T10 4P Bonus*/
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` = 70748;
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(70748, 0x00000000, 3, 0x00000000, 0x00200000, 0x00000000, 0x00000000, 0x00000000, 0x000000, 0.000000, 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue