Changeset 75

Show
Ignore:
Timestamp:
11/19/08 13:31:54 (17 years ago)
Author:
yumileroy
Message:

[svn] * Reverted ACE changes till I have more time to debug, this fixes compile on Linux.

Original author: KingPin?
Date: 2008-10-19 21:43:59-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/sql/updates/79_world.sql

    r74 r75  
    22INSERT INTO spell_proc_event (entry, SchoolMask, Category, SkillID, SpellFamilyName, SpellFamilyMask, procFlags, ppmRate, cooldown) VALUES 
    33(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';