From 710d2ae994ba9decbba4f3fb42728a90c35154cd Mon Sep 17 00:00:00 2001 From: KingPin Date: Sun, 19 Oct 2008 21:43:59 -0500 Subject: [svn] * Reverted ACE changes till I have more time to debug, this fixes compile on Linux. --HG-- branch : trunk --- sql/updates/79_world.sql | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sql/updates/79_world.sql') diff --git a/sql/updates/79_world.sql b/sql/updates/79_world.sql index 2a61c2f6a09..1066c0e34e7 100644 --- a/sql/updates/79_world.sql +++ b/sql/updates/79_world.sql @@ -1,6 +1,3 @@ DELETE FROM spell_proc_event where entry = 42083; INSERT INTO spell_proc_event (entry, SchoolMask, Category, SkillID, SpellFamilyName, SpellFamilyMask, procFlags, ppmRate, cooldown) VALUES -(42083,0,0,0,0,0x0000000000000000,0x00401000,0,45); - -ALTER TABLE characters - CHANGE COLUMN gmstate extra_flags int(11) unsigned NOT NULL default '0'; \ No newline at end of file +(42083,0,0,0,0,0x0000000000000000,0x00401000,0,45); \ No newline at end of file -- cgit v1.2.3