diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2012-05-21 19:19:10 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-05-21 19:19:10 +0200 |
commit | 2eb387392b8e0c7fac3986cdb9866037e5c8b9f3 (patch) | |
tree | 8881209189643f98f5e0e7e81dbd8e780ba81a70 /world/map/npc/functions | |
parent | c273812dc08ccf52d79207c4a749d028423f058c (diff) | |
download | serverdata-2eb387392b8e0c7fac3986cdb9866037e5c8b9f3.tar.gz serverdata-2eb387392b8e0c7fac3986cdb9866037e5c8b9f3.tar.bz2 serverdata-2eb387392b8e0c7fac3986cdb9866037e5c8b9f3.tar.xz serverdata-2eb387392b8e0c7fac3986cdb9866037e5c8b9f3.zip |
Add Reinboo to the list of monsters that annoy Sagatha when you kill them.
Diffstat (limited to 'world/map/npc/functions')
-rw-r--r-- | world/map/npc/functions/mob_points.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/world/map/npc/functions/mob_points.txt b/world/map/npc/functions/mob_points.txt index 283584d6..3c0a7f03 100644 --- a/world/map/npc/functions/mob_points.txt +++ b/world/map/npc/functions/mob_points.txt @@ -128,6 +128,9 @@ function|script|MobPoints|{ // Squirrel if (@mobID == 1038) set @value, 2; +// Reinboo + if (@mobID == 1094) + set @value, 3; if (@value == 0) goto L_end; |