- Joined
- Jun 1, 2007
- Messages
- 51
- Reaction score
- 0
I'm using the silvermoon repack and i get this error when trying to make a character.
SQL: DELETE FROM `ip_banned` WHERE `unbandate`<=UNIX_TIMESTAMP() AND `unbandate`
<>`bandate`
SQL ERROR: Unknown column 'unbandate' in 'where clause'
SQL: SELECT `bandate`,`unbandate` FROM `account_banned` WHERE `id` = 1 AND `acti
ve` = 1 AND (`bandate`=`unbandate` OR `unbandate`>UNIX_TIMESTAMP())
query ERROR: Table 'realmd.account_banned' doesn't exist
can somebody give me a query fix to add the columns it needs?
SQL: DELETE FROM `ip_banned` WHERE `unbandate`<=UNIX_TIMESTAMP() AND `unbandate`
<>`bandate`
SQL ERROR: Unknown column 'unbandate' in 'where clause'
SQL: SELECT `bandate`,`unbandate` FROM `account_banned` WHERE `id` = 1 AND `acti
ve` = 1 AND (`bandate`=`unbandate` OR `unbandate`>UNIX_TIMESTAMP())
query ERROR: Table 'realmd.account_banned' doesn't exist
can somebody give me a query fix to add the columns it needs?