[DiscordArchive] Is there a newest one or ?
[DiscordArchive] Is there a newest one or ?
Archived author: Wizz • Posted: 2021-12-14T15:48:39.732000+00:00
Original source
Is there a newest one or ?
Archived author: M'Dic • Posted: 2021-12-14T15:49:32.867000+00:00
Original source
give me the link to the module's git
Archived author: Wizz • Posted: 2021-12-14T15:49:43.412000+00:00
Original source
Sure, sec
Archived author: Wizz • Posted: 2021-12-14T15:50:01.922000+00:00
Original source
https://github.com/azerothcore/mod-promo...erothCore-
[Embed: GitHub - azerothcore/mod-promotion-AzerothCore-: Promotional module...]
Promotional module for azerothcore. Contribute to azerothcore/mod-promotion-AzerothCore- development by creating an account on GitHub.
https://github.com/azerothcore/mod-promo...erothCore-
Archived author: M'Dic • Posted: 2021-12-14T15:50:31.119000+00:00
Original source
stand by
Archived author: Wizz • Posted: 2021-12-14T15:51:10.384000+00:00
Original source
Like, ok, im waiting ? XD
Archived author: M'Dic • Posted: 2021-12-14T15:51:49.614000+00:00
Original source
im looking over it
Archived author: Wizz • Posted: 2021-12-14T15:51:56.365000+00:00
Original source
Sure
tring cfg_def_file = cfg_file + ".dist";
tring cfg_def_file = cfg_file + ".dist";Archived author: M'Dic • Posted: 2021-12-14T15:52:57.459000+00:00
Original source
Change
```cpp
std:
tring cfg_def_file = cfg_file + ".dist";
sConfigMgr->LoadMore(cfg_def_file.c_str());
sConfigMgr->LoadMore(cfg_file.c_str());```
to
```cpp
//std:
tring cfg_def_file = cfg_file + ".dist";
//sConfigMgr->LoadMore(cfg_def_file.c_str());
//sConfigMgr->LoadMore(cfg_file.c_str());```
Archived author: Wizz • Posted: 2021-12-14T15:54:21.606000+00:00
Original source
Okey sir, compiling right now