summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsheraf <Asheraf@users.noreply.github.com>2018-07-28 03:04:28 +0100
committerGitHub <noreply@github.com>2018-07-28 03:04:28 +0100
commitd4f03181409bf9f7a71d45a2e016a8ec4c3bcc9f (patch)
tree23ec846692e4e70981c9fad2c861f508139c0f62
parentbe1c1bc7adda99fbcdc398660525022e5d60b747 (diff)
parente2bb903651a0b4675081350103ab18fb43f0f901 (diff)
downloadhercules-d4f03181409bf9f7a71d45a2e016a8ec4c3bcc9f.tar.gz
hercules-d4f03181409bf9f7a71d45a2e016a8ec4c3bcc9f.tar.bz2
hercules-d4f03181409bf9f7a71d45a2e016a8ec4c3bcc9f.tar.xz
hercules-d4f03181409bf9f7a71d45a2e016a8ec4c3bcc9f.zip
Merge pull request #2156 from Asheraf/novicefix
remove specialeffect on first login from the novice academy script
-rw-r--r--npc/re/jobs/novice/academy.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/re/jobs/novice/academy.txt b/npc/re/jobs/novice/academy.txt
index fb19e59a7..a69f7008d 100644
--- a/npc/re/jobs/novice/academy.txt
+++ b/npc/re/jobs/novice/academy.txt
@@ -44,7 +44,6 @@
iz_int,18,26,0 script startpoint HIDDEN_WARP_NPC,1,1,{
OnTouch:
if (!izintspawn) {
- specialeffect(EF_ANGEL3, AREA, playerattached()); // On official it is some kind of Poring Angel, but I can't find it
navigateto("int_land", NAV_NONE, 1); // individual map name not required
izintspawn = 1;
}