diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-16 20:21:28 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-16 20:21:28 +0530 |
commit | 5235fb8353dfc68d71608bb26b4ba776974a0991 (patch) | |
tree | e767a578f48d383ce3dbdc031f4dd7728e8fc82f /npc/cities/hugel.txt | |
parent | 226f8b335500dbef9c647603f7e2cbe99b885956 (diff) | |
download | hercules-5235fb8353dfc68d71608bb26b4ba776974a0991.tar.gz hercules-5235fb8353dfc68d71608bb26b4ba776974a0991.tar.bz2 hercules-5235fb8353dfc68d71608bb26b4ba776974a0991.tar.xz hercules-5235fb8353dfc68d71608bb26b4ba776974a0991.zip |
Script Standardization: changed select format in cities folder
Diffstat (limited to 'npc/cities/hugel.txt')
-rw-r--r-- | npc/cities/hugel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/cities/hugel.txt b/npc/cities/hugel.txt index b82e51863..6a02a4901 100644 --- a/npc/cities/hugel.txt +++ b/npc/cities/hugel.txt @@ -157,7 +157,7 @@ hu_in01,23,311,4 script Party Supplies Shop 4_M_HUMAN_01,{ mes "We can provide you with 5 of them"; mes "at 500 zeny."; next; - switch (select("Buy:Cancel")) { + switch (select("Buy", "Cancel")) { case 1: if (Zeny < 500) { mes "[Shopkeeper]"; |