diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-05-27 16:27:46 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-06-03 12:57:29 -0400 |
commit | 7a538d27ee8f9194a9fc4988197d90b51e23f32b (patch) | |
tree | 36dc646be1ba2a4c1b16af813d0626a375a6b3bb /npc/custom/battleground/bg_flavius_02.txt | |
parent | 610ae47b9d0250ef9df5abd86c29f0f72c584910 (diff) | |
download | hercules-7a538d27ee8f9194a9fc4988197d90b51e23f32b.tar.gz hercules-7a538d27ee8f9194a9fc4988197d90b51e23f32b.tar.bz2 hercules-7a538d27ee8f9194a9fc4988197d90b51e23f32b.tar.xz hercules-7a538d27ee8f9194a9fc4988197d90b51e23f32b.zip |
remove misceffect from npcs
Diffstat (limited to 'npc/custom/battleground/bg_flavius_02.txt')
-rw-r--r-- | npc/custom/battleground/bg_flavius_02.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/custom/battleground/bg_flavius_02.txt b/npc/custom/battleground/bg_flavius_02.txt index 6a364aed6..53dd457a9 100644 --- a/npc/custom/battleground/bg_flavius_02.txt +++ b/npc/custom/battleground/bg_flavius_02.txt @@ -360,7 +360,7 @@ OnBGStop: end; OnTimer24000: - misceffect 83; + specialeffect(EF_SANCTUARY); end; OnTimer25000: @@ -382,7 +382,7 @@ OnBGStop: end; OnTimer24000: - misceffect 83; + specialeffect(EF_SANCTUARY); end; OnTimer25000: |