mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 20:08:37 +00:00
[Cleanup] Cleanup Body Type Code (#4366)
* [Cleanup] Cleanup Body Type-based Code * Update bodytypes.cpp * Final * Update body_type.cpp * Cleanup * Cleanup * Formatting --------- Co-authored-by: Akkadius <akkadius1@gmail.com>
This commit is contained in:
+1
-1
@@ -521,7 +521,7 @@ void Trap::CreateHiddenTrigger()
|
||||
make_npc->current_hp = 100000;
|
||||
strcpy(make_npc->name, "a_trap");
|
||||
make_npc->runspeed = 0.0f;
|
||||
make_npc->bodytype = BT_Special;
|
||||
make_npc->bodytype = BodyType::Special;
|
||||
make_npc->race = 127;
|
||||
make_npc->gender = Gender::Male;
|
||||
make_npc->loottable_id = 0;
|
||||
|
||||
Reference in New Issue
Block a user