mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 07:38:36 +00:00
Activation of the new 'Bots' command system
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* EQEMu: Everquest Server Emulator
|
||||
Copyright (C) 2001-2002 EQEMu Development Team (http://eqemu.org)
|
||||
Copyright (C) 2001-2016 EQEMu Development Team (http://eqemu.org)
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@@ -1994,7 +1994,7 @@ bool WorldServer::SendVoiceMacro(Client* From, uint32 Type, char* Target, uint32
|
||||
|
||||
svm->Type = Type;
|
||||
|
||||
svm->Voice = (GetArrayRace(From->GetRace()) * 2) + From->GetGender();
|
||||
svm->Voice = (GetPlayerRaceValue(From->GetRace()) * 2) + From->GetGender();
|
||||
|
||||
svm->MacroNumber = MacroNumber;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user