- 188
- 2017
- 13
- Location
- PA, USA
Creating new character results in the following message in the log.
Changing the season_count to default of zero or allowing NULLS gets around this. Either table needs changed of core updated to pass a value to this field.
Code:
SQL(p): REPLACE INTO character_currency (guid, currency, week_count, total_count, week_cap, new_cap, season_cap) VALUES (10, 392, 0, 0, 165000, 165000, 0)
[ERROR]: [1364] Field 'season_count' doesn't have a default value
Changing the season_count to default of zero or allowing NULLS gets around this. Either table needs changed of core updated to pass a value to this field.