From 24cd89ea9ac1c818f5450471dc7390c41ad2aa73 Mon Sep 17 00:00:00 2001 From: Chaz Brown Date: Mon, 6 Apr 2009 01:36:11 -0400 Subject: Add missing column stackcount to full characters.sql --HG-- branch : trunk --- sql/characters.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/characters.sql') diff --git a/sql/characters.sql b/sql/characters.sql index c2661e95e02..82daa2ccd75 100644 --- a/sql/characters.sql +++ b/sql/characters.sql @@ -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', -- cgit v1.2.3