diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-11 19:46:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-11 19:46:25 -0300 |
commit | c096284e22d3949015127e19f2e462a8199bb51a (patch) | |
tree | 85be9fadc40ef714543441a03b10a6b57b3b75ad /npc/003-2/estard.txt | |
parent | ccab7e3695fa581f2dc6e3d34513316c241a2d46 (diff) | |
download | serverdata-c096284e22d3949015127e19f2e462a8199bb51a.tar.gz serverdata-c096284e22d3949015127e19f2e462a8199bb51a.tar.bz2 serverdata-c096284e22d3949015127e19f2e462a8199bb51a.tar.xz serverdata-c096284e22d3949015127e19f2e462a8199bb51a.zip |
Introduce #ADD_LVL, a special flag for when we need to give levels upon login.
Introduce $UPDATE to keep Jesusalva aware of some misc server update stuff.
Diffstat (limited to 'npc/003-2/estard.txt')
-rw-r--r-- | npc/003-2/estard.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/003-2/estard.txt b/npc/003-2/estard.txt index 3b4f63ca6..7c6e6717e 100644 --- a/npc/003-2/estard.txt +++ b/npc/003-2/estard.txt @@ -87,8 +87,7 @@ do { // Beta users by-pass check. - if (getskilllv(NV_BASIC) > 6 && !getq(General_Janus)) - { + if (getskilllv(NV_BASIC) > 6 && !getq(General_Janus)) { setq General_Janus, 1; } |