diff options
author | AnnieRuru <jeankof@ymail.com> | 2015-12-21 20:12:45 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-31 23:39:22 +0100 |
commit | efaaf842dc3717e21b915edf37b3e907b02fa5a1 (patch) | |
tree | 5412410e6c953b7abc42b7a6c21d28e78b3688ef /npc/custom/quests/quest_shop.txt | |
parent | ef171a8ac1e063ca98cc6c8e9788a2ddcfa6fa35 (diff) | |
download | hercules-efaaf842dc3717e21b915edf37b3e907b02fa5a1.tar.gz hercules-efaaf842dc3717e21b915edf37b3e907b02fa5a1.tar.bz2 hercules-efaaf842dc3717e21b915edf37b3e907b02fa5a1.tar.xz hercules-efaaf842dc3717e21b915edf37b3e907b02fa5a1.zip |
Replace -1,{ with FAKE_NPC,{
replace using Notepad++
Diffstat (limited to 'npc/custom/quests/quest_shop.txt')
-rw-r--r-- | npc/custom/quests/quest_shop.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/quests/quest_shop.txt b/npc/custom/quests/quest_shop.txt index fb5b7993d..1fae7abb9 100644 --- a/npc/custom/quests/quest_shop.txt +++ b/npc/custom/quests/quest_shop.txt @@ -26,7 +26,7 @@ prontera,164,203,6 script Quest Shop#1 4_M_MOCASS2,{ callfunc "qshop"; } // Script Core //============================================================ -- script quest_shop -1,{ +- script quest_shop FAKE_NPC,{ function Add; function Chk; function Slot; function A_An; OnInit: freeloop(1); |