diff --git a/drinfomon.lic b/drinfomon.lic
index 0633a41cd..d32ec4388 100644
--- a/drinfomon.lic
+++ b/drinfomon.lic
@@ -2,7 +2,7 @@
Documentation: https://elanthipedia.play.net/Lich_script_development#drinfomon
=end
-$DRINFOMON_VERSION = '2.0.36'
+$DRINFOMON_VERSION = '2.0.37'
no_kill_all
no_pause_all
@@ -604,6 +604,7 @@ def find_npcs(room_objs)
.map { |obj| obj.sub(/.*alfar warrior.*/, 'alfar warrior') }
.map { |obj| obj.sub(/.*sinewy leopard.*/, 'sinewy leopard') }
.map { |obj| obj.sub(/.*lesser naga.*/, 'lesser naga') }
+ .map { |obj| obj.sub(/.*Shadow Servant.*/, 'Shadow Servant') }
.map { |obj| obj.sub('', '').sub(%r{.*}, '') }
.map { |obj| obj.split(/\sand\s/).last.sub(/(?:\sglowing)?\swith\s.*/, '') }
.map { |obj| obj.strip.scan(/[A-z'-]+$/).first }