- 22
- 2021
- 24
When you enable the AllowTwoSide.Interaction.Auction = 1 option in worldserver.config, all the items you auction in the game will be cleared the next time the server restarts. You can use the following mysql statement to fix this problem.
MySQL:
I think AuctionEntry::LoadFromDB is the source of the problem because it cannot find this guid.
MySQL:
INSERT INTO `creature` VALUES (23442, 8661, 1, 0, 0, 1, 1, 7993, 1, -7239.1, -3803.89, 0.813843, 0.017453, 300, 0, 0, 6645, 0, 0, 0, 0, 0, 0, 0);
I think AuctionEntry::LoadFromDB is the source of the problem because it cannot find this guid.