diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/79_world.sql | 5 |
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 |
