[DiscordArchive] is there a way to unlock flight paths for all using just SQL?
[DiscordArchive] is there a way to unlock flight paths for all using just SQL?
Archived author: Lord Rangus • Posted: 2025-03-04T04:40:44.171000+00:00
Original source
is there a way to unlock flight paths for all using just SQL?
Archived author: Lord Rangus • Posted: 2025-03-04T04:41:15.904000+00:00
Original source
Like as in cross faction
Archived author: Brkati Bradonja • Posted: 2025-03-04T04:42:37.661000+00:00
Original source
i guess this is query info for mobs then data << uint32(ci->type_flags); // flags
data << uint32(ci->type); // CreatureType.dbc
data << uint32(ci->family); // CreatureFamily.dbc
data << uint32(ci->rank);
Archived author: Thiesant • Posted: 2025-03-04T10:09:54.578000+00:00
Original source
https://github.com/ZhengPeiRu21/mod-chal...c6f37a5420
[Embed: Fix hooks by nl-saw · Pull Request #54 · ZhengPeiRu21/mod-challenge...]
Fixes the hooks to the updated ones in AC
https://github.com/ZhengPeiRu21/mod-chal...c6f37a5420
Archived author: Thiesant • Posted: 2025-03-04T10:10:47.926000+00:00
Original source
Hooks in azerothcore has been renamed and module is not uldated yet but this pr should resolve your compilation errors.