diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-08-26 20:04:12 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2015-08-26 20:04:12 +0530 |
commit | 83ef3e7a9eb2f4312012d2beae27be83a84d2621 (patch) | |
tree | 5003bdda866d4a68bbbe4a422af6151999154b37 /src/map/clif.c | |
parent | 25275ecd99e3a025cec89b17142839f22fe8a339 (diff) | |
download | hercules-83ef3e7a9eb2f4312012d2beae27be83a84d2621.tar.gz hercules-83ef3e7a9eb2f4312012d2beae27be83a84d2621.tar.bz2 hercules-83ef3e7a9eb2f4312012d2beae27be83a84d2621.tar.xz hercules-83ef3e7a9eb2f4312012d2beae27be83a84d2621.zip |
FollowUp 509df4d7, fixes a typo
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index a3f7031e9..aae18283c 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -19332,5 +19332,5 @@ void clif_defaults(void) { clif->pNPCMarketClosed = clif_parse_NPCMarketClosed; clif->pNPCMarketPurchase = clif_parse_NPCMarketPurchase; /* */ - clif->add_random_options = clif->add_random_options; + clif->add_random_options = clif_add_random_options; } |