summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsheraf <acheraf1998@gmail.com>2018-07-28 02:35:56 +0100
committerAsheraf <acheraf1998@gmail.com>2018-07-28 02:35:56 +0100
commite2bb903651a0b4675081350103ab18fb43f0f901 (patch)
tree23ec846692e4e70981c9fad2c861f508139c0f62
parentbe1c1bc7adda99fbcdc398660525022e5d60b747 (diff)
downloadhercules-e2bb903651a0b4675081350103ab18fb43f0f901.tar.gz
hercules-e2bb903651a0b4675081350103ab18fb43f0f901.tar.bz2
hercules-e2bb903651a0b4675081350103ab18fb43f0f901.tar.xz
hercules-e2bb903651a0b4675081350103ab18fb43f0f901.zip
remove specialeffect on first login from the novice academy script
this effect is officialy given thought the achievements system on first login.
-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;
}