mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 00:48:39 +01:00
[7879] Fixed proc for 31571 and ranks. Author: Tanatos
--HG-- branch : trunk
This commit is contained in:
7
sql/updates/7879_01_mangos_spell_proc_event.sql
Normal file
7
sql/updates/7879_01_mangos_spell_proc_event.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
ALTER TABLE db_version CHANGE COLUMN required_7855_01_mangos_pools required_7879_01_mangos_spell_proc_event bit;
|
||||
|
||||
|
||||
DELETE FROM spell_proc_event WHERE entry IN (31571, 31572);
|
||||
INSERT INTO spell_proc_event VALUES
|
||||
(31571, 0x00, 3, 0x00000000, 0x00000022, 0x00000000, 0x00004000, 0x00000000, 0.000000, 0.000000, 0),
|
||||
(31572, 0x00, 3, 0x00000000, 0x00000022, 0x00000000, 0x00004000, 0x00000000, 0.000000, 0.000000, 0);
|
||||
Reference in New Issue
Block a user