Ver código fonte

- Fixed a possible crash with @reloadmobdb due to pet loot timers.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8926 54d463be-8e91-2dee-dedb-b68131a5f0ec
skotlex 18 anos atrás
pai
commit
96d77e1cc8
2 arquivos alterados com 2 adições e 1 exclusões
  1. 2 0
      Changelog-Trunk.txt
  2. 0 1
      src/map/atcommand.c

+ 2 - 0
Changelog-Trunk.txt

@@ -4,6 +4,8 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK.  ALL UNTESTED BUGFIXES/FEATURES GO
 IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
 
 2006/10/03
+	* Fixed a possible crash with @reloadmobdb due to pet loot timers.
+	  [Skotlex]
 	* Fixed a possible crash and a memory leak on the login-SQL server when
 	  parsing unban requests. [Skotlex]
 	* Renamed setting delay_dependon_dex to delay_dependon_agi, the delay of

+ 0 - 1
src/map/atcommand.c

@@ -5479,7 +5479,6 @@ int atcommand_reloadmobdb(
 {
 	nullpo_retr(-1, sd);
 	mob_reload();
-	do_final_pet();
 	read_petdb();
 	merc_reload();
 	clif_displaymessage(fd, msg_txt(98)); // Monster database reloaded.