mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Refactor didn't save (oops)
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ Horse::Horse(Client *_owner, uint16 spell_id, const glm::vec4& position)
|
||||
strn0cpy(name, _owner->GetCleanName(), 55);
|
||||
strcat(name,"`s_Mount00");
|
||||
|
||||
is_horse = true;
|
||||
IsHorse = true;
|
||||
|
||||
owner = _owner;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user