diff options
author | w12x <none@none> | 2008-10-23 09:40:37 -0500 |
---|---|---|
committer | w12x <none@none> | 2008-10-23 09:40:37 -0500 |
commit | 0f32ffb90ed4d0fe8ecd00451bb282c38f2164fe (patch) | |
tree | 86132dcfec30b84324bdbd9ced979cba234403cd /sql/realmd.sql | |
parent | 6b7d68ddc18c654cd8aeadab106100ac3f30f017 (diff) |
[svn] Prevent Bestial Wrath from being applied 5 times when cast by a hunter with The Beast Within talent. Hopefully this will also fix the crashes caused by this spell.
Change 'tbc' to 'expansion' in realmd.sql.
--HG--
branch : trunk
Diffstat (limited to 'sql/realmd.sql')
-rw-r--r-- | sql/realmd.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/realmd.sql b/sql/realmd.sql index cf40e1d156f..d60d88c434e 100644 --- a/sql/realmd.sql +++ b/sql/realmd.sql @@ -35,7 +35,7 @@ CREATE TABLE `account` ( `locked` tinyint(3) unsigned NOT NULL default '0', `last_login` timestamp NOT NULL default '0000-00-00 00:00:00', `online` tinyint(4) NOT NULL default '0', - `tbc` tinyint(3) unsigned NOT NULL default '0', + `expansion` tinyint(3) unsigned NOT NULL default '0', `mutetime` bigint(40) unsigned NOT NULL default '0', `locale` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`id`), |