mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-26 15:11:30 +00:00
Refactor didn't save (oops)
This commit is contained in:
parent
db380944ac
commit
2dee62c850
@ -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;
|
||||
}
|
||||
|
||||
@ -1405,7 +1405,7 @@ protected:
|
||||
std::unordered_map<uint32, std::pair<uint32, uint32>> aa_ranks;
|
||||
Timer aa_timers[aaTimerMax];
|
||||
|
||||
bool is_horse;
|
||||
bool IsHorse;
|
||||
|
||||
private:
|
||||
void _StopSong(); //this is not what you think it is
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user