mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +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:
+1
-1
@@ -2322,7 +2322,7 @@ void Perl_Mob_SetDeltas(Mob* self, float delta_x, float delta_y, float delta_z,
|
||||
|
||||
void Perl_Mob_SetLD(Mob* self, bool value) // @categories Script Utility
|
||||
{
|
||||
self->SendAppearancePacket(AT_Linkdead, value);
|
||||
self->SendAppearancePacket(AppearanceType::Linkdead, value);
|
||||
}
|
||||
|
||||
void Perl_Mob_SetTargetable(Mob* self, bool on) // @categories Stats and Attributes
|
||||
|
||||
Reference in New Issue
Block a user