Hi guys. I have a pretty strange issue.
I have a totally fresh installation - TrinityCore rev. 1f9f59b4b3b9+ 2017-11-30 23:36:45 +0100 (3.3.5 branch) (Unix, RelWithDebInfo, Static) (with all DB updates), no patches (except next one):
update game_event set start_time = ‘1971-01-01 00:00:00’, end_time = ‘1972-01-01 00:00:00’ where eventEntry in (22, 17, 13, 31, 48, 49, 55, 56, 57, 58, 59, 60);
ALTER TABLE game_event MODIFY COLUMN start_time timestamp NOT NULL DEFAULT ‘1971-01-01 00:00:00’, MODIFY COLUMN end_time timestamp NOT NULL DEFAULT ‘1972-01-01 00:00:00’;
–
This one is required for my MySQL server (and my chars database is old but updated).
And… most of NPC in cities like Stormwind doesn’t exist. If im trying to do list cre (e.g. auctioneer in Stormwind)
list cre 8670
79706 - Auctioneer Chilton X:-8824.280273 Y:665.710999 Z:97.467400 MapId:0
Found creatures 8670: 1
and after that
go cre |cffffffff|Hcreature:79706|h[Auctioneer Chilton X:-8824.280273 Y:665.710999 Z:97.467400 MapId:0]|h|r [Player: Risk (GUID Full: 0x000000000000bc41 Type: Player Low: 48193) (Account: 3) X: -8829.995117 Y: 632.190308 Z: 94.203384 Map: 0 (Восточные королевства) Area: 1519 (Штормград)
I cannot see anyone. I note that list cre command does’t say anything about values like “GUID Full” by no reason. Probably I’m thinking about issue in “Grid unload” functionality (bugged in my case? I have 4 gb ram / 4 gb swap)
Do you have any ideas? Thanks.
P.S. I’m pretty sure that this case related only to my installation - that is why I didn’t created this issue @ github