mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
Add IsHorse to default false in Mob constructor
This commit is contained in:
+492
-713
File diff suppressed because it is too large
Load Diff
@@ -289,6 +289,9 @@ Mob::Mob(const char* in_name,
|
|||||||
logging_enabled = false;
|
logging_enabled = false;
|
||||||
isgrouped = false;
|
isgrouped = false;
|
||||||
israidgrouped = false;
|
israidgrouped = false;
|
||||||
|
|
||||||
|
IsHorse = false;
|
||||||
|
|
||||||
entity_id_being_looted = 0;
|
entity_id_being_looted = 0;
|
||||||
_appearance = eaStanding;
|
_appearance = eaStanding;
|
||||||
pRunAnimSpeed = 0;
|
pRunAnimSpeed = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user