diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-11 13:38:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-11 13:38:56 +0300 |
commit | 0452e5c5f9dd7b166c8fe681c6fe64c03740716a (patch) | |
tree | 312ac955061ccddbaea670be8a0cf2b59d4e2341 /npc/000-1/max.txt | |
parent | 19eaaca795ce2f0886bfb2f31a1c327bb419a441 (diff) | |
download | serverdata-0452e5c5f9dd7b166c8fe681c6fe64c03740716a.tar.gz serverdata-0452e5c5f9dd7b166c8fe681c6fe64c03740716a.tar.bz2 serverdata-0452e5c5f9dd7b166c8fe681c6fe64c03740716a.tar.xz serverdata-0452e5c5f9dd7b166c8fe681c6fe64c03740716a.zip |
Use npc sprite names in all scripts.
Diffstat (limited to 'npc/000-1/max.txt')
-rw-r--r-- | npc/000-1/max.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/max.txt b/npc/000-1/max.txt index 8e7f5a71..d9941bb0 100644 --- a/npc/000-1/max.txt +++ b/npc/000-1/max.txt @@ -6,7 +6,7 @@ // Description: // Friend of Sapartan, he gives some information on how to find Gulukan, Astapolos and Q-Muller. -000-1,72,110,0 script Max 115,{ +000-1,72,110,0 script Max NPC_DEMON_MAN_SITTING_UNDER_TREE,{ .@gugli = getq(ShipQuests_Gugli); .@knife = getq(ShipQuests_Knife); |