diff options
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/other/devnpc.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 48d11e724..3b98b178f 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -36,6 +36,7 @@ Date Added ====== 11/20 + * Reduced walking speed for davidsiaw's Dev NPC. [MC Cameri] * Fixed some typos in MC Cameri's Dev NPC, walking speed, etc. [MC Cameri] * Fixed spawns on umbala fields, Fixed spawn point of Amon Ra in morroc pyramids B2 [shadow] 11/21 diff --git a/npc/other/devnpc.txt b/npc/other/devnpc.txt index 3bfdc105b..d1af636a2 100644 --- a/npc/other/devnpc.txt +++ b/npc/other/devnpc.txt @@ -148,7 +148,7 @@ OnInit: // Davidsiaw =========================================================>\\ payon.gat,182,104,4 script Davidsiaw 1002,{ - npcspeed 50; + npcspeed 150; mes "[Davidsiaw]"; mes "omghi"; close; |