readded previous commit smoother pathing.

This commit is contained in:
regneq
2015-05-28 15:05:45 -07:00
parent d7b9d7c990
commit be210950d7
4 changed files with 85 additions and 72 deletions
+1
View File
@@ -1130,6 +1130,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);