[DiscordArchive] is that correct?
[DiscordArchive] is that correct?
![[Image: unknown.png?ex=690c54df&is=690b035f&hm=d...429aef02c&]](https://cdn.discordapp.com/attachments/376457124726702080/817123564486131812/unknown.png?ex=690c54df&is=690b035f&hm=d1e653cacd21b05915cc003897948c1451353eb9e8ba7b2f370a845429aef02c&)
Archived author: MrGM • Posted: 2021-03-04T19:57:19.876000+00:00
Original source
is that correct?
![[Image: unknown.png?ex=690c54df&is=690b035f&hm=d...429aef02c&]](https://cdn.discordapp.com/attachments/376457124726702080/817123564486131812/unknown.png?ex=690c54df&is=690b035f&hm=d1e653cacd21b05915cc003897948c1451353eb9e8ba7b2f370a845429aef02c&)
Archived author: BanHammer • Posted: 2020-04-28T21:22:17.423000+00:00
Original source
i was tryng to set this up (https://github.com/wizzymore/TrinityCore...World_Chat)
Archived author: Entegs • Posted: 2020-04-28T21:22:33.996000+00:00
Original source
Hi everyone, I need a developer C ++ / SQL 3.3.5a, a good salary from 1000 - 3000$ +
Archived author: Hido • Posted: 2020-04-28T21:29:36.469000+00:00
Original source
<@!213419505588764672> Take a look at the github link you sent, there is a installation guide below
Archived author: Hido • Posted: 2020-04-28T21:29:53+00:00
Original source
ctrl f "Core Setup"
Archived author: BanHammer • Posted: 2020-04-28T21:30:16.212000+00:00
Original source
i know,... im saying the instructions are not clear
Archived author: BanHammer • Posted: 2020-04-28T21:30:37.645000+00:00
Original source
its telling me to put 1 thing
Archived author: BanHammer • Posted: 2020-04-28T21:30:46.373000+00:00
Original source
then another above it... then have it inside
Archived author: BanHammer • Posted: 2020-04-28T21:30:47.966000+00:00
Original source
wut?
Archived author: Hido • Posted: 2020-04-28T21:35:49.483000+00:00
Original source
Well
Above `void AddCustomScripts()`
You have to add `void AddSC_World_Chat();`
When it's done, inside `void AddCustomScripts()` you must add `AddSC_World_Chat();`
So, at the end you should have something like :
```
void AddSC_World_Chat();
void AddCustomScripts() { AddSC_World_Chat(); }
```