summaryrefslogtreecommitdiff
path: root/npc/024-16/king.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-06 18:00:07 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-06 18:00:07 -0300
commit592330e6b3c7087b49e0fa0b43790abcb79a005b (patch)
treec580114c4bc3699b3443b1aebc9ccffcf35754fa /npc/024-16/king.txt
parentb546722c9ef8b06b7ad547d3e687738b9904817e (diff)
downloadserverdata-592330e6b3c7087b49e0fa0b43790abcb79a005b.tar.gz
serverdata-592330e6b3c7087b49e0fa0b43790abcb79a005b.tar.bz2
serverdata-592330e6b3c7087b49e0fa0b43790abcb79a005b.tar.xz
serverdata-592330e6b3c7087b49e0fa0b43790abcb79a005b.zip
[skip ci] notes
Diffstat (limited to 'npc/024-16/king.txt')
-rw-r--r--npc/024-16/king.txt3
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;
}