瀏覽代碼

Fix build

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1057 54d463be-8e91-2dee-dedb-b68131a5f0ec
(no author) 20 年之前
父節點
當前提交
3515beeed1
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 2 0
      Changelog.txt
  2. 2 1
      src/map/atcommand.c

+ 2 - 0
Changelog.txt

@@ -1,6 +1,8 @@
 Date	Added
 
 02/06
+	* Fixed txt build compile problems[1057: MouseJstr]
+	* Corrected end-of-line issues in source code [1056: MouseJstr]
 	* Coded new command: @MOBINFO <monster name|monster N> [Lupus]
 	  the command has also 2 aliases: @monsterinfo, @mi
 	  It shows all Monster stats, Element, Race and stuff

+ 2 - 1
src/map/atcommand.c

@@ -8916,6 +8916,8 @@ int atcommand_refreshonline(
 	return 0;
 }
 
+#endif /* end sql only */
+
 /*==========================================
  * Show Monster DB Info   v 1.0
  * originally by [Lupus] eAthena
@@ -9010,4 +9012,3 @@ int atcommand_mobinfo(
 	return 0;
 }
 
-#endif /* end sql only */