azerothcore/mod-1v1-arena

SQL Problems 1v1_Battlemaster

WillzDevs opened this issue · 8 comments

I'm still having problems applying the module's SQL, the error says that tables are missing...even adding the missing tables, the error continues, when you click on the npc the error and bring down the server

Can anyone help me?

are you using the last version of azerothcore?

Yes

With the latest and ac and latest 1v1 arena, talk to npc still crash the server.
Error msg:
fatal: unknown arena team type 1 for some arena team

With the latest and ac and latest 1v1 arena, talk to npc still crash the server.
Error msg:
fatal: unknown arena team type 1 for some arena team

This is exactly what is happening.

I will test this module but i think i know why its not working, the constants maybe are affecting with 5v5 arena(s).

constexpr uint32 ARENA_TEAM_1V1 = 1;constexpr uint32 ARENA_TYPE_1V1 = 1;

I will test this module but i think i know why its not working, the constants maybe are affecting with 5v5 arena(s).

constexpr uint32 ARENA_TEAM_1V1 = 1;constexpr uint32 ARENA_TYPE_1V1 = 1;

Thank you Rastrian! I'm waiting for your test, thanks and good night!

What is the current status of this issue, has it been resolved or does the problem persist? The module has had some updates, but I don't know if all the issues have been fixed. I look forward to hearing from you. Thank you.

I have just tested with the latest version of the emulator and the recent changes made in the module, so this problem should be solved. If not, please create a new issue, attaching information so we can check the bug. Thanks.