[AC] [Bug] [Core] Data table storage error occurred after updating the latest version #938
Open
1 task done
Labels
bug
Something isn't working
DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
Current behaviour
After updating to the latest version, some players have reported that their progress in the character game cannot be saved, resulting in lost items.
Upon checking the server errorlog , the following error was found:
2024-11-28 00:23:49 %-5s [sql.sql] [1452] Cannot add or update a child row: a foreign key constraint fails (
acore_characters
.characters_npcbot_gear_storage
, CONSTRAINTcharacters_npcbot_gear_storage_ibfk_1
FOREIGN KEY (item_guid
) REFERENCESitem_instance
(guid
) ON DELETE CASCADE ON UPDAT)2024-11-28 00:23:49 %-5s [sql.sql] Unhandled MySQL errno 1452. Unexpected behaviour possible.
Perhaps it's related to the recently updated maximum limit for equipment banks?
Could it be an error caused by the player's gear bank having exceeded the maximum configured number of items?
Expected behaviour
No response
Crashlog
No response
Steps to reproduce the problem
No response
TrinityCore or AzerothCore
AzerothCore
Core rev. hash/commit
AzerothCore rev. a88b9b5 2024-11-26 15:39:27 +0800 (npcbots_3.35 branch)
Operating system
ubuntu 22.04
The text was updated successfully, but these errors were encountered: