diff options
author | Haru <haru@dotalux.com> | 2015-08-10 05:47:31 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-08-10 05:47:31 +0200 |
commit | 5e7ad85e29400fe891c9f1d42aa1c8383a636d76 (patch) | |
tree | a6d29e1185da51e8965a38a3b0aefd6cdc47af3d /npc/re/quests/quests_malaya.txt | |
parent | 08d4e50fecec0fa03d373e672fe95da1dbf87ab2 (diff) | |
download | hercules-5e7ad85e29400fe891c9f1d42aa1c8383a636d76.tar.gz hercules-5e7ad85e29400fe891c9f1d42aa1c8383a636d76.tar.bz2 hercules-5e7ad85e29400fe891c9f1d42aa1c8383a636d76.tar.xz hercules-5e7ad85e29400fe891c9f1d42aa1c8383a636d76.zip |
Minor script cleanup (part 2)
- Replaced leftover sprite IDs with constants
- Corrected some NPC facing directions (in modulo 8)
- Follow-up to 7b50fce0f62961b0228e6919562efcfe33e7fbca
Diffstat (limited to 'npc/re/quests/quests_malaya.txt')
-rw-r--r-- | npc/re/quests/quests_malaya.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/re/quests/quests_malaya.txt b/npc/re/quests/quests_malaya.txt index 76e9a9536..e67a827e9 100644 --- a/npc/re/quests/quests_malaya.txt +++ b/npc/re/quests/quests_malaya.txt @@ -8932,7 +8932,7 @@ ma_fild01,173,223,0 duplicate(Ancient Grudge#01) Ancient Grudge#03 HIDDEN_WARP_N ma_fild01,172,222,0 duplicate(Ancient Grudge#01) Ancient Grudge#04 HIDDEN_WARP_NPC ma_fild01,171,223,0 duplicate(Ancient Grudge#01) Ancient Grudge#05 HIDDEN_WARP_NPC -ma_fild01,192,200,8 script Tourist#pin01 1_M_MERCHANT,{ +ma_fild01,192,200,0 script Tourist#pin01 1_M_MERCHANT,{ mes "[Tourist]"; mes "I came from afar and dropped everything to come and enjoy the 'Pintados Festival'."; next; |