mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
BOT work
Added BOT logging damage/heals to owner Added BOT message to owner for harmony fails Made var Critical global to remove duplicate crit messages Added a NULL check to Mob:GetCleanname()
This commit is contained in:
+1
-1
@@ -3032,7 +3032,7 @@ void Mob::QuestJournalledSay(Client *QuestInitiator, const char *str, Journal::O
|
||||
|
||||
const char *Mob::GetCleanName()
|
||||
{
|
||||
if (!strlen(clean_name)) {
|
||||
if (clean_name != NULL && !strlen(clean_name)) { //extra check added for crash condition. Mitch
|
||||
CleanMobName(GetName(), clean_name);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user