mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 17:46:36 +00:00
[Commands] Cleanup #appearance Command (#3827)
* [Commands] Cleanup #appearance Command # Notes - Cleanup messages and logic. - Cleanup appearance type constants to use a namespace with constexpr instead. - Cleanup animation constants to use a namespace with constexpr instead. * Update emu_constants.cpp * Cleanup
This commit is contained in:
@@ -51,7 +51,7 @@ void SetFlymode(Client *c, const Seperator *sep)
|
||||
}
|
||||
|
||||
t->SetFlyMode(static_cast<GravityBehavior>(flymode_id));
|
||||
t->SendAppearancePacket(AT_Levitate, flymode_id);
|
||||
t->SendAppearancePacket(AppearanceType::FlyMode, flymode_id);
|
||||
|
||||
const uint32 account = c->AccountID();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user