[GM comamnd] list aura - added number of aura stacks, see DB
This commit is contained in:
parent
62251eaa1b
commit
d9824f4129
@ -4352,7 +4352,7 @@ bool ChatHandler::HandleListAurasCommand(char* /*args*/)
|
||||
aur->GetModifier()->m_auraname, aur->GetAuraDuration(), aur->GetAuraMaxDuration(),
|
||||
ss_name.str().c_str(),
|
||||
(holder->IsPassive() ? passiveStr : ""), (talent ? talentStr : ""),
|
||||
holder->GetCasterGuid().GetString().c_str());
|
||||
holder->GetCasterGuid().GetString().c_str(), aur->GetStackAmount());
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -4360,7 +4360,7 @@ bool ChatHandler::HandleListAurasCommand(char* /*args*/)
|
||||
aur->GetModifier()->m_auraname, aur->GetAuraDuration(), aur->GetAuraMaxDuration(),
|
||||
name,
|
||||
(holder->IsPassive() ? passiveStr : ""), (talent ? talentStr : ""),
|
||||
holder->GetCasterGuid().GetString().c_str());
|
||||
holder->GetCasterGuid().GetString().c_str(), aur->GetStackAmount());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user