summaryrefslogtreecommitdiff
path: root/npc/custom/quests/thq/THQS_TTShop.txt
diff options
context:
space:
mode:
authorIbrahem Zidan <brahem@aotsw.com>2019-04-29 06:01:03 +0200
committerGitHub <noreply@github.com>2019-04-29 06:01:03 +0200
commite7585e18ee42517913e35aa7df750d76f2e76bad (patch)
tree20e7fc77ad042c8b82eec3cf11bf10481c6e04af /npc/custom/quests/thq/THQS_TTShop.txt
parenta99d988be4d469c1ab60d860aac57ff3a6f24cac (diff)
parent9f6ffd2f9aae9c39eb2fe2be2c60cfd45c18842a (diff)
downloadhercules-e7585e18ee42517913e35aa7df750d76f2e76bad.tar.gz
hercules-e7585e18ee42517913e35aa7df750d76f2e76bad.tar.bz2
hercules-e7585e18ee42517913e35aa7df750d76f2e76bad.tar.xz
hercules-e7585e18ee42517913e35aa7df750d76f2e76bad.zip
Merge pull request #2440 from Emistry/scriptcommand_consolemes
Added *consolemes script command
Diffstat (limited to 'npc/custom/quests/thq/THQS_TTShop.txt')
-rw-r--r--npc/custom/quests/thq/THQS_TTShop.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/custom/quests/thq/THQS_TTShop.txt b/npc/custom/quests/thq/THQS_TTShop.txt
index 96e7346d3..4c12f9938 100644
--- a/npc/custom/quests/thq/THQS_TTShop.txt
+++ b/npc/custom/quests/thq/THQS_TTShop.txt
@@ -93,7 +93,7 @@ function script thqs_trade_token {
// getarg(1) - .@mp$ -> PRICE
function script thqs_menu_buy {
if( getargcount() != 2 ) {
- debugmes "thqs_menu_buy: Wrong number of arguments!!";
+ consolemes(CONSOLEMES_ERROR, "thqs_menu_buy: Wrong number of arguments!!");
close;
}
@@ -101,7 +101,7 @@ function script thqs_menu_buy {
.@mp$ = getarg(1);
if( getarraysize( getd(.@mw$) ) != getarraysize( getd(.@mp$) ) ) {
- debugmes "thqs_menu_buy: Missing entries in data!";
+ consolemes(CONSOLEMES_ERROR, "thqs_menu_buy: Missing entries in data!");
close;
}