diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-16 03:13:00 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-16 03:13:00 +0000 |
commit | fbd51f951c20db0b1e4ecf96ef8f2415defacc89 (patch) | |
tree | ba32259e9199ca77cf75821db665c5b6b2591e42 /src/map/npc.h | |
parent | a228f0d083df0e7839884371e772f89087641cf5 (diff) | |
download | hercules-fbd51f951c20db0b1e4ecf96ef8f2415defacc89.tar.gz hercules-fbd51f951c20db0b1e4ecf96ef8f2415defacc89.tar.bz2 hercules-fbd51f951c20db0b1e4ecf96ef8f2415defacc89.tar.xz hercules-fbd51f951c20db0b1e4ecf96ef8f2415defacc89.zip |
RE cashshop fix, bugreport:4764
-- requires a msgstringtable.txt modification or client will crash (will be in the client svn asap)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15137 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/npc.h')
-rw-r--r-- | src/map/npc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/npc.h b/src/map/npc.h index ac411697e..5911a338d 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -157,6 +157,8 @@ int npc_cashshop_buy(struct map_session_data *sd, int nameid, int amount, int po extern struct npc_data* fake_nd; +int npc_cashshop_buylist(struct map_session_data *sd, int points, int count, unsigned short* item_list); + /** * For the Secure NPC Timeout option (check config/Secure.h) [RR] **/ |