[DiscordArchive] did you check to make sure when loading the DB you don't get any errors?
[DiscordArchive] did you check to make sure when loading the DB you don't get any errors?
Archived author: Dep • Posted: 2022-02-11T01:03:33.380000+00:00
Original source
did you check to make sure when loading the DB you don't get any errors?
Archived author: Robert Icebear • Posted: 2022-02-11T01:03:52.895000+00:00
Original source
i didnt see any error for npc_trainer on my db errors
Archived author: Dep • Posted: 2022-02-11T01:04:52.246000+00:00
Original source
you should have a log somewhere
Archived author: 郑佩茹 • Posted: 2022-02-11T01:05:08.196000+00:00
Original source
Could you send output of these queries?
```
SELECT * FROM creature_template WHERE entry = 9000030;
SELECT * FROM npc_trainer WHERE id=9000030;
SELECT * FROM gossip_menu_option WHERE MenuID=4528;
```
Archived author: Robert Icebear • Posted: 2022-02-11T01:06:31.682000+00:00
Original source
ok a seg
Archived author: Robert Icebear • Posted: 2022-02-11T01:08:43.491000+00:00
Original source
npc_trainer.sql
creature_template.sql
gossip_menu_option.sql
Archived author: Robert Icebear • Posted: 2022-02-11T01:08:52.724000+00:00
Original source
all data is correct
Archived author: Robert Icebear • Posted: 2022-02-11T01:09:02.746000+00:00
Original source
i have this problem not only with shamman trainers
Archived author: Robert Icebear • Posted: 2022-02-11T01:09:21.759000+00:00
Original source
a lot other classes npc trainers i cloned have same issue
Archived author: Robert Icebear • Posted: 2022-02-11T01:09:52.597000+00:00
Original source
nope any log says what happens