diff options
Diffstat (limited to 'npc/custom/bgqueue')
-rw-r--r-- | npc/custom/bgqueue/flavius.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/custom/bgqueue/flavius.txt b/npc/custom/bgqueue/flavius.txt index 01a4888df..8fac6a76b 100644 --- a/npc/custom/bgqueue/flavius.txt +++ b/npc/custom/bgqueue/flavius.txt @@ -422,14 +422,14 @@ OnTouch: end; } -bat_b01,87,76,0 script A_CODE#bat_b01 -1,5,5,{ +bat_b01,87,76,0 script A_CODE#bat_b01 FAKE_NPC,5,5,{ OnTouch: if (!questprogress(2070)) setquest 2070; end; } -bat_b01,312,224,0 script B_CODE#bat_b01 -1,5,5,{ +bat_b01,312,224,0 script B_CODE#bat_b01 FAKE_NPC,5,5,{ OnTouch: if (!questprogress(2070)) setquest 2070; |