summaryrefslogtreecommitdiff
path: root/npc/merchants/buying_shops.txt
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-10-30 18:38:14 -0200
committershennetsind <ind@henn.et>2013-10-30 18:38:14 -0200
commit7fefefdde386f13f8fefa8db3ffe9ed140c8aa10 (patch)
tree715f3b80d75cab3a9c2a3abd04ae4461165e8854 /npc/merchants/buying_shops.txt
parenta2405882a4123d6a11d24e895b40148dc7cb455e (diff)
parentbd04c6c566902d03d633b4dfee5335361155a79e (diff)
downloadhercules-7fefefdde386f13f8fefa8db3ffe9ed140c8aa10.tar.gz
hercules-7fefefdde386f13f8fefa8db3ffe9ed140c8aa10.tar.bz2
hercules-7fefefdde386f13f8fefa8db3ffe9ed140c8aa10.tar.xz
hercules-7fefefdde386f13f8fefa8db3ffe9ed140c8aa10.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'npc/merchants/buying_shops.txt')
-rw-r--r--npc/merchants/buying_shops.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/merchants/buying_shops.txt b/npc/merchants/buying_shops.txt
index c8c001902..02ce3c826 100644
--- a/npc/merchants/buying_shops.txt
+++ b/npc/merchants/buying_shops.txt
@@ -10,10 +10,10 @@
//= 1.0 First version. [Kisuka]
//= 1.1 Added Catalog Magician. [Euphy]
//= 1.1a Moved Catalog Magician to Renewal path. [Euphy]
-//============================================================
+//============================================================
// Black Marketeer (Buy Licenses - Non-Merchant Classes)
-//============================================================
+//============================================================
que_job01,68,84,1 script Black Marketeer#Buying 881,{
if (getskilllv("ALL_BUYING_STORE") == 1) {
mes "[Mr. Jass]";
@@ -91,7 +91,7 @@ que_job01,68,84,1 script Black Marketeer#Buying 881,{
}
// Purchasing Team (Learn Skill - Merchant Classes)
-//============================================================
+//============================================================
alberta_in,58,52,4 script Purchasing Team#Buying 59,{
mes "[Mr. Hugh]";
if (BaseClass == Job_Merchant && getskilllv("MC_VENDING") >= 1) {
@@ -236,4 +236,4 @@ alberta_in,58,52,4 script Purchasing Team#Buying 59,{
mes "[Mr. Hugh]";
mes "My time is solely dedicated to our customers in the Merchant industry.";
close;
-} \ No newline at end of file
+}