diff options
Diffstat (limited to 'npc/cities')
-rw-r--r-- | npc/cities/louyang.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/cities/louyang.txt b/npc/cities/louyang.txt index d053ee180..f135c725e 100644 --- a/npc/cities/louyang.txt +++ b/npc/cities/louyang.txt @@ -519,7 +519,7 @@ louyang.gat,276,136,4 script Fist Master 819,{ }
louyang.gat,272,133,0 script Trainee::trainees 819,{
- set @talk,rand(11);
+ set @talk,rand(12);
if(@talk == 1) goto L_QUOT1;
if(@talk == 2) goto L_QUOT2;
if(@talk == 3) goto L_QUOT3;
|