ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/Item_ChatBubbleBox.py
@@ -16,9 +16,8 @@
#-------------------------------------------------------------------------------
import ItemCommon
import PlayerChatBox
import ChConfig
import ChPlayer
def BatchUseItem(curPlayer, curRoleItem, tick, useCnt, exData):
    ##批量使用物品
@@ -27,7 +26,7 @@
    if not bubbleBoxID:
        return
    
    if not ChPlayer.DoActivateChatBubbleBox(curPlayer, bubbleBoxID):
    if not PlayerChatBox.AddChatBox(curPlayer, bubbleBoxID):
        return
    
    ItemCommon.DelItem(curPlayer, curRoleItem, useCnt, True, ChConfig.ItemDel_ChatBubbleBox)