diff options
Diffstat (limited to 'npc/024-16/king.txt')
-rw-r--r-- | npc/024-16/king.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/024-16/king.txt b/npc/024-16/king.txt index d0905b118..25b112911 100644 --- a/npc/024-16/king.txt +++ b/npc/024-16/king.txt @@ -2,7 +2,7 @@ // Authors: // Jesusalva // Description: -// Ruler of Frostia +// Ruler of Frostia (maybe we should instance this map so the king can walk) 024-16,30,23,0 script King Gelid NPC_ELF,{ mesn l("King Gelid Frozenheart"); @@ -31,6 +31,7 @@ OnInit: setunitdata(.@npcId, UDT_HAIRCOLOR, 8); .distance=3; + npcsit; end; } |