summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/003-3/malindou.txt3
-rw-r--r--npc/functions/hub.txt1
2 files changed, 1 insertions, 3 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt
index 5c235d025..61cdc4d86 100644
--- a/npc/003-3/malindou.txt
+++ b/npc/003-3/malindou.txt
@@ -676,8 +676,7 @@ OnSkillInvoke:
@skillId=0;
end;
-OnPCBonus:
- debugmes "PCBonus Invoked";
+OnPCBonusEvent:
if (!playerattached())
end;
HUB_PCBonus();
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index c5ecb043f..7ff4c0193 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -938,7 +938,6 @@ function script HUB_PCBonus {
if (PCBONUS & PCB_SPLASHMASTER) {
bonus bSplashRange, 1;
}
- debugmes "PCBonus Handled";
return;
}