azerothcore / mod-1v1-arena

1v1 Arena Module AzerothCore
GNU General Public License v3.0
15 stars 53 forks source link

SQL Problems 1v1_Battlemaster #27

Closed WillzDevs closed 1 year ago

WillzDevs commented 3 years ago

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?

Helias commented 3 years ago

are you using the last version of azerothcore?

WillzDevs commented 3 years ago

Yes

rogerc66 commented 3 years ago

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

WillzDevs commented 3 years ago

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.

Rastrian commented 3 years ago

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;
WillzDevs commented 3 years ago

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!

pangolp commented 1 year ago

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.

pangolp commented 1 year ago

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.