diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2015-02-23 23:13:10 +0000 |
---|---|---|
committer | Dr-J <daniel.jarrott0@gmail.com> | 2015-02-23 23:13:10 +0000 |
commit | b6e3640fce9e19c04c9f3662c86a3cc5a1f19395 (patch) | |
tree | b916033fc490d5c1acd65e27641513e0025e3640 | |
parent | 61ba5e4f34211c2f0f286e70d8ace37714ca3c56 (diff) |
DB/Item: The Egg of Mortal Essence
By @Killyana Closes #4485
-rw-r--r-- | sql/updates/world/2015_02_23_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2015_02_23_01_world.sql b/sql/updates/world/2015_02_23_01_world.sql new file mode 100644 index 00000000000..e475f2f2f6b --- /dev/null +++ b/sql/updates/world/2015_02_23_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (33953); +INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`procFlags`,`procEx`,`ppmRate`,`CustomChance`,`Cooldown`) VALUES +(33953, 0x00, 0x00, 0x00000000, 0x00000000, 0x00000000, 0x00004400, 0x00000000, 0, 0, 45); |