Search for:
In the:
Add at the end:
It should look like this
In locale_string.txt add this:
I hope this will help you .
Code:
void CGuildManager::RefuseWar(DWORD guild_id1, DWORD guild_id2)
Code:
if (g2->GetMasterCharacter())
Code:
char buf[256];
snprintf(buf, sizeof(buf), LC_TEXT("A guild %s recusou war contra a guild %s."), g1->GetName(), g2->GetName());
SendNotice(buf);
In locale_string.txt add this:
I hope this will help you .


