[DiscordArchive] Hi, I just have a small question if this is possible. I'm making a small server just for some friend
[DiscordArchive] Hi, I just have a small question if this is possible. I'm making a small server just for some friend
Archived author: RheaTheCat • Posted: 2025-09-29T18:20:59.559000+00:00
Original source
Hi, I just have a small question if this is possible. I'm making a small server just for some friends and some like Alliance and some like Horde. Is there an easy way to turn off factions to allow Cross Faction Grouping?
Archived author: Tereneckla • Posted: 2025-09-29T18:21:23.885000+00:00
Original source
in config
Archived author: Anterius • Posted: 2025-09-29T18:31:37.023000+00:00
Original source
Go to your worldserver config file and search for TwoSide. Those are the options you'll want for enabling cross faction stuff.
Archived author: RheaTheCat • Posted: 2025-09-29T18:33:20.738000+00:00
Original source
oke ty both 
Archived author: cs from <GRIZZLY> • Posted: 2025-09-29T19:15:33.846000+00:00
Original source
Im getting an error when running worldserver.exe
`ERROR 1054 (42S22) at line 285 in file: 'D:\Azerothcore\modules\mod-multi-class\data\sql\db-world\updates\20240106_00.sql': Unknown column 'StatsCount' in 'field list'♪◙
Applying of file 'D:/Azerothcore/modules/mod-multi-class/data/sql/db-world/updates/20240106_00.sql' to database 'acore_world' failed! If you are a user, please pull the latest revision from the repository. Also make sure you have not applied any of the databases with your sql client. You cannot use auto-update system and import sql files from AzerothCore repository with your sql client. If you are a developer, please fix your sql query.`
This is when adding a mod (mod-multi-class)
Chatgpt is saying I dont have a StatsCount column... looked around in the database but wasnt able to find the issue myself
Archived author: Revision • Posted: 2025-09-29T19:16:06.282000+00:00
Original source
That column was removed a while back. If the module is trying to use that column the module has to be updated