diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-10 16:44:59 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-10 16:44:59 +0000 |
commit | 00d145ef8a2e658b296de3fbc4ab5918fe4375ae (patch) | |
tree | 5b32bb8fdad4cfe670afcffa3d1def497069cf85 /src/map/script.c | |
parent | ad7a8fa8ae43a48ea5d6b9e1b4f4c8638ba6d453 (diff) | |
download | hercules-00d145ef8a2e658b296de3fbc4ab5918fe4375ae.tar.gz hercules-00d145ef8a2e658b296de3fbc4ab5918fe4375ae.tar.bz2 hercules-00d145ef8a2e658b296de3fbc4ab5918fe4375ae.tar.xz hercules-00d145ef8a2e658b296de3fbc4ab5918fe4375ae.zip |
- Should have fixed being petrified not reducing your defense and increaseing your mdef.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8958 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/script.c')
-rw-r--r-- | src/map/script.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/script.c b/src/map/script.c index 58c72d3bf..707e87b16 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -2737,9 +2737,9 @@ void run_script_main(struct script_state *st) if(bk_st) { ShowWarning("Unable to restore stack! Double continuation!\n"); //Report BOTH scripts to see if that can help somehow. - ShowDebug("Previous script (lost):"); + ShowDebug("Previous script (lost):\n"); report_src(bk_st); - ShowDebug("Current script:"); + ShowDebug("Current script:\n"); report_src(st); } } else { |