mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 10:26:37 +00:00
smoother NPC pathing. (credit to Haynar from EQMacEmu)
This commit is contained in:
@@ -1129,6 +1129,7 @@ public:
|
||||
inline bool IsDraggingCorpse() { return (DraggedCorpses.size() > 0); }
|
||||
void DragCorpses();
|
||||
inline void ClearDraggedCorpses() { DraggedCorpses.clear(); }
|
||||
inline void ResetPositionTimer() { position_timer_counter = 0; }
|
||||
void SendAltCurrencies();
|
||||
void SetAlternateCurrencyValue(uint32 currency_id, uint32 new_amount);
|
||||
void AddAlternateCurrencyValue(uint32 currency_id, int32 amount, int8 method = 0);
|
||||
|
||||
Reference in New Issue
Block a user