* Fix 'awake' not working (bugreport:2580)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13717 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Inkfish 2009-05-03 02:59:53 +00:00
parent 39b15f37c8
commit 8cd8f32c78
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2009/05/03 2009/05/03
* Do not log damage if it's done by mob itself (bugreport:2933) [Inkfish] * Do not log damage if it's done by mob itself (bugreport:2933) [Inkfish]
* Fix 'awake' not working (bugreport:2580) [Inkfish]
2009/05/02 2009/05/02
* Spirit of Bard and Dancer now only works for mastered skills (bugreport:3037) [Playtester] * Spirit of Bard and Dancer now only works for mastered skills (bugreport:3037) [Playtester]
- also fixed an outdated comment in the source code - also fixed an outdated comment in the source code

View File

@ -12921,7 +12921,7 @@ BUILDIN_FUNC(awake)
delete_timer(tst->sleep.timer, run_script_timer); delete_timer(tst->sleep.timer, run_script_timer);
node = script_erase_sleepdb(node); node = script_erase_sleepdb(node);
tst->sleep.timer = INVALID_TIMER; tst->sleep.timer = INVALID_TIMER;
tst->sleep.tick = 0; //tst->sleep.tick = 0;
run_script_main(tst); run_script_main(tst);
} }
else else