Issue information

Issue ID
#7934
Status
Fixed
Severity
None
Started
kyeme
Dec 30, 2013 15:52
Last Post
pan
Feb 13, 2014 18:41
Confirmation
N/A

kyeme - Dec 30, 2013 15:52

[code=:0] delnpc: <path to a filename> This will unload a specified script filename from memory, which, while seemingly useless, may sometimes be required. [/code]


[url="http://trac.rathena.org/changeset/17128/rathena"]http://trac.rathena.org/changeset/17128/rathena[/url]

kyeme - Dec 31, 2013 1:16

[code=:0] if (strcmpi(w1, "npc") == 0) npc->addsrcfile(w2); + else if( strcmpi( w1, "delnpc" ) == 0 ) + npc->delsrcfile(w2); else if (strcmpi(w1, "import") == 0) map->reloadnpc_sub(w2); [/code]

kyeme - Feb 11, 2014 23:39

UP~

pan - Feb 13, 2014 18:41

Fixed in [url="https://github.com/HerculesWS/Hercules/commit/0642abcf9ef6e76861ee7d4b1a0b7f8bcd83f31f"]https://github.com/HerculesWS/Hercules/commit/0642abcf9ef6e76861ee7d4b1a0b7f8bcd83f31f[/url]