[8451] Implement talent 47236 and ranks.
[getmangos.git] / sql / updates / 8140_01_mangos_spell_proc_event.sql
blob84a6ef378f7a4bcb71f17d8318496bf32a396c8c
1 ALTER TABLE db_version CHANGE COLUMN required_8115_01_mangos_playercreateinfo_action required_8140_01_mangos_spell_proc_event bit;
3 DELETE FROM spell_proc_event WHERE entry IN (31876, 31877, 31878);
4 INSERT INTO spell_proc_event VALUES
5 (31876, 0x00000000, 10, 0x00800000, 0x00000000, 0x00000008, 0x00004110, 0x00000000, 0.000000, 0.000000,  0),
6 (31877, 0x00000000, 10, 0x00800000, 0x00000000, 0x00000008, 0x00004110, 0x00000000, 0.000000, 0.000000,  0),
7 (31878, 0x00000000, 10, 0x00800000, 0x00000000, 0x00000008, 0x00004110, 0x00000000, 0.000000, 0.000000,  0);