mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
* the core repo. * This is not a new build, don't recompile, you will be wasting your time. * As a matter of fact, don't bother ever compiling a rev that has my name on * it, because you can be sure that it will have nothing important :P * Wonder how long the commit message can be...... * PEACE! --HG-- branch : trunk rename : sql/updates/329_world_spell_proc_event.sql => sql/updates/329_world.sql rename : sql/updates/332_world_spell_script_target.sql => sql/updates/332_world.sql rename : sql/updates/333_world_spell_proc_event.sql => sql/updates/333_world.sql rename : sql/updates/334_world_trinity_string.sql => sql/updates/334_world.sql
12 lines
1008 B
SQL
12 lines
1008 B
SQL
DELETE FROM `spell_proc_event` WHERE `entry` IN (42083, 33727, 33754, 33755, 33756, 8516, 10608, 10610, 25583, 25584);
|
|
INSERT INTO `spell_proc_event` VALUES ('42083', '0', '0', '0', '0', '2', '0', '0', '0');
|
|
INSERT INTO `spell_proc_event` VALUES ('33727', '0', '0', '0', '0', '0', '0', '0', '3');
|
|
INSERT INTO `spell_proc_event` VALUES ('33754', '0', '0', '0', '0', '0', '0', '0', '3');
|
|
INSERT INTO `spell_proc_event` VALUES ('33755', '0', '0', '0', '0', '0', '0', '0', '3');
|
|
INSERT INTO `spell_proc_event` VALUES ('33756', '0', '0', '0', '0', '0', '0', '0', '3');
|
|
INSERT INTO `spell_proc_event` VALUES ('8516', '0', '0', '0', '0', '0', '0', '0', '3');
|
|
INSERT INTO `spell_proc_event` VALUES ('10608', '0', '0', '0', '0', '0', '0', '0', '3');
|
|
INSERT INTO `spell_proc_event` VALUES ('10610', '0', '0', '0', '0', '0', '0', '0', '3');
|
|
INSERT INTO `spell_proc_event` VALUES ('25583', '0', '0', '0', '0', '0', '0', '0', '3');
|
|
INSERT INTO `spell_proc_event` VALUES ('25584', '0', '0', '0', '0', '0', '0', '0', '3');
|