diff options
Diffstat (limited to 'npc/000-2-1/devis.txt')
-rw-r--r-- | npc/000-2-1/devis.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-1/devis.txt b/npc/000-2-1/devis.txt index 06ede267..cd04cab3 100644 --- a/npc/000-2-1/devis.txt +++ b/npc/000-2-1/devis.txt @@ -5,7 +5,7 @@ // Description: // Sleeping and grumbling NPC. -000-2-1.gat,22,38,0,1 script Devis 310;2,{ +000-2-1.gat,32,38,0,1 script Devis 310;2,{ mesn; set @q, rand(2); if (@q == 0) goto l_Zzz; |