[11880] Ensure that db saved values and values in memory are in sync

This fixes db-errors for npcs with random movement added with .npc add command.
Patch inspired by NoFantasy and MasterTomas
This commit is contained in:
Schmoozerd 2012-01-20 02:57:43 +01:00
parent eca3586d74
commit 71bdb8e5b6
2 changed files with 19 additions and 19 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11879"
#define REVISION_NR "11880"
#endif // __REVISION_NR_H__