Revision 74, 344 bytes
(checked in by yumileroy, 17 years ago)
|
[svn] * Fixed compile from r78
* Fixed: not apply healling bonus to spell 40972 heal amount. - Source Mangos
* Item 30627 hidden cooldown - Source Mangos
* Fixed Trinityrealm autopatching system - Source Arrai
* Add support for autoconf 2.6.2 and newer - Source Derex
Some decent sized changes, please test before deploying - KP
Original author: KingPin?
Date: 2008-10-19 21:08:34-05:00
|
Line | |
---|
1 | DELETE FROM spell_proc_event where entry = 42083; |
---|
2 | INSERT INTO spell_proc_event (entry, SchoolMask, Category, SkillID, SpellFamilyName, SpellFamilyMask, procFlags, ppmRate, cooldown) VALUES |
---|
3 | (42083,0,0,0,0,0x0000000000000000,0x00401000,0,45); |
---|
4 | |
---|
5 | ALTER TABLE characters |
---|
6 | CHANGE COLUMN gmstate extra_flags int(11) unsigned NOT NULL default '0'; |
---|