Add missing column stackcount to full characters.sql

--HG--
branch : trunk
This commit is contained in:
Chaz Brown
2009-04-06 01:36:11 -04:00
parent 9a8103f248
commit 24cd89ea9a

View File

@@ -258,6 +258,7 @@ CREATE TABLE `character_aura` (
`caster_guid` bigint(20) unsigned NOT NULL default '0' COMMENT 'Full Global Unique Identifier',
`spell` int(11) unsigned NOT NULL default '0',
`effect_index` int(11) unsigned NOT NULL default '0',
`stackcount` int(11) NOT NULL default '1',
`amount` int(11) NOT NULL default '0',
`maxduration` int(11) NOT NULL default '0',
`remaintime` int(11) NOT NULL default '0',