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/battleground/bg_tierra_02.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/battleground/bg_tierra_02.txt')
-rw-r--r-- | npc/custom/battleground/bg_tierra_02.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/custom/battleground/bg_tierra_02.txt b/npc/custom/battleground/bg_tierra_02.txt index f18d60769..b3b6cff21 100644 --- a/npc/custom/battleground/bg_tierra_02.txt +++ b/npc/custom/battleground/bg_tierra_02.txt @@ -28,7 +28,7 @@ OnEnterBG: // Battleground Engine // ********************************************************************* -- script Tierra_BG2 -1,{ +- script Tierra_BG2 FAKE_NPC,{ end; OnInit: @@ -262,7 +262,7 @@ bat_a02,119,336,1 duplicate(Guillaume camp#bat) Guillaume camp#bat31 1_FLAG_LION // Barricades // ********************************************************************* -- script Guillaume_TV2B -1,{ +- script Guillaume_TV2B FAKE_NPC,{ end; OnBuild: @@ -288,7 +288,7 @@ OnWall: end; } -- script Croix_TV2B -1,{ +- script Croix_TV2B FAKE_NPC,{ end; OnBuild: |