소스 검색

Updating TOC to 80000

3.0
SabinDeus 7 년 전
부모
커밋
af453a73bc
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3
    2
      TurnIn.lua

+ 3
- 2
TurnIn.lua 파일 보기

@@ -148,7 +148,7 @@ end

function TI_EventHandlers:QUEST_COMPLETE ()
TI_debug("Quest Complete");
if(TI_IsNPCOn(UnitName("npc"), "activequest")) then
if(TI_ShouldTakeAction() and TI_IsNPCOn(UnitName("npc"), "activequest")) then
if(not (GetNumQuestChoices() > 1)) then
GetQuestReward(1);
end
@@ -233,7 +233,8 @@ local TI_GossipDefaults = {
battlemaster = "Battlemaster",
binder = "Hearthstone Binder",
healer = "Spirit Healer",
banker = "Bank"
banker = "Bank",
workorder = "Work Order"
};

function TI_OptionsInit()

Loading…
취소
저장