Skip to content

Commit

Permalink
Follow up to cd5dbe2
Browse files Browse the repository at this point in the history
* Forgot to adjust npctalk's definition.
  • Loading branch information
aleos89 committed Aug 29, 2016
1 parent cd5dbe2 commit b3b2bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/script.c
Expand Up @@ -21985,7 +21985,7 @@ struct script_function buildin_func[] = {
BUILDIN_DEF2(atcommand,"charcommand","s"), // [MouseJstr]
BUILDIN_DEF(movenpc,"sii?"), // [MouseJstr]
BUILDIN_DEF(message,"ss"), // [MouseJstr]
BUILDIN_DEF(npctalk,"s"), // [Valaris]
BUILDIN_DEF(npctalk,"s?"), // [Valaris]
BUILDIN_DEF(mobcount,"ss"),
BUILDIN_DEF(getlook,"i?"),
BUILDIN_DEF(getsavepoint,"i?"),
Expand Down

0 comments on commit b3b2bab

Please sign in to comment.