summaryrefslogtreecommitdiff
path: root/src/map/vending.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-07-25 20:53:35 +0200
committerGitHub <noreply@github.com>2016-07-25 20:53:35 +0200
commitbc46ac94eba15b4f5159a7fa330c93907dad7d68 (patch)
treea4a824762dcea51b82e2816eff89f7db7b060656 /src/map/vending.c
parentfee640a7170ec62b55c2eb1f13477326d9fe6428 (diff)
parent03ce9e5a69b54535ea70b3776004dd7ade7e6134 (diff)
downloadhercules-bc46ac94eba15b4f5159a7fa330c93907dad7d68.tar.gz
hercules-bc46ac94eba15b4f5159a7fa330c93907dad7d68.tar.bz2
hercules-bc46ac94eba15b4f5159a7fa330c93907dad7d68.tar.xz
hercules-bc46ac94eba15b4f5159a7fa330c93907dad7d68.zip
Merge pull request #1380 from EPuncker/messagesconf-update
Added a missing entry into messages.conf and added some comments wher…
Diffstat (limited to 'src/map/vending.c')
-rw-r--r--src/map/vending.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/vending.c b/src/map/vending.c
index 3ae1017f8..0eb5e39e2 100644
--- a/src/map/vending.c
+++ b/src/map/vending.c
@@ -74,8 +74,7 @@ void vending_vendinglistreq(struct map_session_data* sd, unsigned int id) {
return; // not vending
if (!pc_can_give_items(sd) || !pc_can_give_items(vsd)) { //check if both GMs are allowed to trade
- // GM is not allowed to trade
- clif->message(sd->fd, msg_sd(sd,246));
+ clif->message(sd->fd, msg_sd(sd,246)); // Your GM level doesn't authorize you to perform this action.
return;
}