2025-12-26 20:58:07 -08:00

9 lines
126 B
C++
Executable File

#include "zone/client.h"
void command_hp(Client *c, const Seperator *sep)
{
c->SendHPUpdate();
c->CheckManaEndUpdate();
}