diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-12-14 00:48:59 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-14 00:48:59 -0200 |
commit | d95b7707c57c8697dd523370dcab163947a60c84 (patch) | |
tree | e119d52940f5700ac32c92f92f6b136189ad35bc /npc/test | |
parent | ee8b35709e01dbdf4b3c489830d9c2d208ffa4df (diff) | |
download | serverdata-d95b7707c57c8697dd523370dcab163947a60c84.tar.gz serverdata-d95b7707c57c8697dd523370dcab163947a60c84.tar.bz2 serverdata-d95b7707c57c8697dd523370dcab163947a60c84.tar.xz serverdata-d95b7707c57c8697dd523370dcab163947a60c84.zip |
Hercules Update (needed for pipelines)
Diffstat (limited to 'npc/test')
-rw-r--r-- | npc/test/npc1.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/test/npc1.txt b/npc/test/npc1.txt index e19ffb66e..2969a09c4 100644 --- a/npc/test/npc1.txt +++ b/npc/test/npc1.txt @@ -629,15 +629,15 @@ L_Start: setunitdata(.@npcId, UDT_HAIRCOLOR, 17); break; case 2: - .@npcId = getnpcid(0, "npc4"); + .@npcId = getnpcid("npc4"); setunitdata(.@npcId, UDT_HAIRSTYLE, 0); break; case 3: - .@npcId = getnpcid(0, "npc4"); + .@npcId = getnpcid("npc4"); setunitdata(.@npcId, UDT_HEADTOP, 1301); break; case 4: - .@npcId = getnpcid(0, "npc4"); + .@npcId = getnpcid("npc4"); setunitdata(.@npcId, UDT_HEADTOP, 0); break; case 5: |