Files
TrinityCore2/sql/old/3.1.3/04663_world.sql
runningnak3d 0a5d8711e5 Misc: Restructuring directory layout to accomodate the fact that we will
be pushing DB content. We will no longer have a seperate DB repo.
2011-02-02 07:50:21 -07:00

6 lines
311 B
SQL

DELETE FROM `spell_proc_event` WHERE `entry` = 50453;
INSERT INTO `spell_proc_event` (`entry`, `procFlags`, `CustomChance`) VALUES ('50453', '0x00000004', '100');
DELETE FROM `creature_template_addon` WHERE `entry` = 28017;
INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES ('28017', '50453 0');