Browse Source

resolve constant sheething of weapons in combat -- outstanding problem weapon swinging

Image 3 years ago
parent
commit
6b7c210fc1
1 changed files with 3 additions and 0 deletions
  1. 3 0
      EQ2/source/WorldServer/Spawn.cpp

+ 3 - 0
EQ2/source/WorldServer/Spawn.cpp

@@ -2062,6 +2062,9 @@ void Spawn::InitializeInfoPacketData(Player* spawn, PacketStruct* packet){
 
 		if ((appearance.activity_status & ACTIVITY_STATUS_IMMUNITY_REMAINING) > 0)
 			temp_activity_status += ACTIVITY_STATUS_IMMUNITY_REMAINING_1188;
+
+		if (EngagedInCombat())
+			temp_activity_status += ACTIVITY_STATUS_INCOMBAT_1188;
 	}
 	else
 		temp_activity_status = appearance.activity_status;