mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-01 17:32:25 +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);
|
strn0cpy(name, _owner->GetCleanName(), 55);
|
||||||
strcat(name,"`s_Mount00");
|
strcat(name,"`s_Mount00");
|
||||||
|
|
||||||
is_horse = true;
|
IsHorse = true;
|
||||||
|
|
||||||
owner = _owner;
|
owner = _owner;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1405,7 +1405,7 @@ protected:
|
|||||||
std::unordered_map<uint32, std::pair<uint32, uint32>> aa_ranks;
|
std::unordered_map<uint32, std::pair<uint32, uint32>> aa_ranks;
|
||||||
Timer aa_timers[aaTimerMax];
|
Timer aa_timers[aaTimerMax];
|
||||||
|
|
||||||
bool is_horse;
|
bool IsHorse;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void _StopSong(); //this is not what you think it is
|
void _StopSong(); //this is not what you think it is
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user