mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 07:38:36 +00:00
Merge branch 'master' of https://github.com/EQEmu/Server
This commit is contained in:
+2
-2
@@ -7036,7 +7036,7 @@ void Client::SetMaxXTargets(uint8 NewMax)
|
||||
FastQueuePacket(&outapp);
|
||||
}
|
||||
|
||||
char* Client::GetRacePlural(Client* client) {
|
||||
const char* Client::GetRacePlural(Client* client) {
|
||||
|
||||
switch (client->CastToMob()->GetRace()) {
|
||||
case HUMAN:
|
||||
@@ -7076,7 +7076,7 @@ char* Client::GetRacePlural(Client* client) {
|
||||
}
|
||||
}
|
||||
|
||||
char* Client::GetClassPlural(Client* client) {
|
||||
const char* Client::GetClassPlural(Client* client) {
|
||||
|
||||
switch (client->CastToMob()->GetClass()) {
|
||||
case WARRIOR:
|
||||
|
||||
Reference in New Issue
Block a user