mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
Add npc_scale_global_base table and add devtools command and toggling functionality
This commit is contained in:
@@ -630,10 +630,15 @@ void Mob::DisplayInfo(Mob *mob)
|
||||
}
|
||||
|
||||
if (this->IsClient()) {
|
||||
|
||||
std::string window_text = "<c \"#FFFF66\">*Drag window open vertically to see all</c><br>";
|
||||
|
||||
Client *client = this->CastToClient();
|
||||
|
||||
if (!client->IsDevToolsWindowEnabled()) {
|
||||
return;
|
||||
}
|
||||
|
||||
std::vector<std::string> info_attributes = {
|
||||
"name",
|
||||
"race",
|
||||
|
||||
Reference in New Issue
Block a user