ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActBuyCountGift.py
@@ -67,7 +67,7 @@ playerManager = GameWorld.GetPlayerManager() for index in xrange(playerManager.GetPlayerCount()): curPlayer = playerManager.GetPlayerByIndex(index) if curPlayer.GetID() == 0: if not GameWorld.IsNormalPlayer(curPlayer): continue __CheckPlayerBuyCountGiftAction(curPlayer, actNum)