Przeglądaj źródła

Fix build

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1057 54d463be-8e91-2dee-dedb-b68131a5f0ec
(no author) 20 lat temu
rodzic
commit
3515beeed1
2 zmienionych plików z 4 dodań i 1 usunięć
  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 */