mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[12694] Fix a stupid mistake from me introduced in [12472] \n
(original author @Schmoozerd)
This commit is contained in:
parent
c51359a547
commit
1c381f206b
2 changed files with 3 additions and 3 deletions
|
|
@ -10855,11 +10855,11 @@ void Unit::SendPetAIReaction()
|
|||
|
||||
void Unit::StopMoving(bool forceSendStop /*=false*/)
|
||||
{
|
||||
clearUnitState(UNIT_STAT_MOVING);
|
||||
|
||||
if (IsStopped() && !forceSendStop)
|
||||
return;
|
||||
|
||||
clearUnitState(UNIT_STAT_MOVING);
|
||||
|
||||
// not need send any packets if not in world
|
||||
if (!IsInWorld())
|
||||
return;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "12693"
|
||||
#define REVISION_NR "12694"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue