Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix map crash from reloading after an instance is destroyed - Fixes b…
…ugreport:7883 Vending immediately fails when it cannot be used - Fixes bugreport:7894 Added script command 'addrid' - Suggestion tid:84892
- Loading branch information
Showing
with
141 additions
and 8 deletions.
- +21 −1 doc/script_commands.txt
- +2 −7 src/map/instance.c
- +108 −0 src/map/script.c
- +10 −0 src/map/skill.c
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters