Browse Source

- Fixed argument declaration of 'setd' (topic:261833, related r14573).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14578 54d463be-8e91-2dee-dedb-b68131a5f0ec
brianluau 14 năm trước cách đây
mục cha
commit
8c9202976a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/map/script.c

+ 1 - 1
src/map/script.c

@@ -14854,7 +14854,7 @@ struct script_function buildin_func[] = {
 	BUILDIN_DEF(md5,"s"),
 	// [zBuffer] List of dynamic var commands --->
 	BUILDIN_DEF(getd,"s"),
-	BUILDIN_DEF(setd,"ss"),
+	BUILDIN_DEF(setd,"sv"),
 	// <--- [zBuffer] List of dynamic var commands
 	BUILDIN_DEF(petstat,"i"),
 	BUILDIN_DEF(callshop,"s?"), // [Skotlex]