From 385381967ad140941c3daeb552ab5ce49f212c65 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 28 Mar 2021 14:47:07 -0300 Subject: Fix typos --- db/constants.conf | 2 +- npc/003-3/malindou.txt | 3 +-- npc/functions/hub.txt | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/db/constants.conf b/db/constants.conf index 2bdd11f06..36c1a7ca4 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -2387,7 +2387,7 @@ constants_db: { ACADEMIC_GM: 8 comment__: "OnPCBonusEvent constants" - + PCB_SPLASHMASTER: 1 @include "db/si_config.conf" @include "conf/import/constants.conf" 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; } -- cgit v1.2.3-60-g2f50