mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 03:07:33 +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);
|
strn0cpy(name, _owner->GetCleanName(), 55);
|
||||||
strcat(name,"`s_Mount00");
|
strcat(name,"`s_Mount00");
|
||||||
|
|
||||||
is_horse = true;
|
IsHorse = true;
|
||||||
|
|
||||||
owner = _owner;
|
owner = _owner;
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user