aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/79_world.sql
diff options
context:
space:
mode:
authorKingPin <none@none>2008-10-19 21:43:59 -0500
committerKingPin <none@none>2008-10-19 21:43:59 -0500
commit710d2ae994ba9decbba4f3fb42728a90c35154cd (patch)
tree66ded1cd7dad06885eb1485e1bfe18e29404b0a1 /sql/updates/79_world.sql
parentfcde03a03670caa76b0933dbf3e7a1e95bb2b3be (diff)
[svn] * Reverted ACE changes till I have more time to debug, this fixes compile on Linux.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates/79_world.sql')
-rw-r--r--sql/updates/79_world.sql5
1 files changed, 1 insertions, 4 deletions
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