summaryrefslogtreecommitdiff
path: root/npc/013-1_Woodland_hills/sagatha.txt
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-01-26 14:48:46 +0000
committerJared Adams <jaxad0127@gmail.com>2009-01-26 14:48:46 +0000
commite0b5bc9350c612c2d6730b59bcb2224ad4800e66 (patch)
tree8acbfe7af2006428e0108ed85b39b9a845d63566 /npc/013-1_Woodland_hills/sagatha.txt
parent60f058e32d8197572cb847dd4202fa9609e43904 (diff)
downloadserverdata-e0b5bc9350c612c2d6730b59bcb2224ad4800e66.tar.gz
serverdata-e0b5bc9350c612c2d6730b59bcb2224ad4800e66.tar.bz2
serverdata-e0b5bc9350c612c2d6730b59bcb2224ad4800e66.tar.xz
serverdata-e0b5bc9350c612c2d6730b59bcb2224ad4800e66.zip
Replace references to ether magic with astral magic
Diffstat (limited to 'npc/013-1_Woodland_hills/sagatha.txt')
-rw-r--r--npc/013-1_Woodland_hills/sagatha.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/013-1_Woodland_hills/sagatha.txt b/npc/013-1_Woodland_hills/sagatha.txt
index 6165709c..aa7b55f1 100644
--- a/npc/013-1_Woodland_hills/sagatha.txt
+++ b/npc/013-1_Woodland_hills/sagatha.txt
@@ -1,4 +1,4 @@
-// Sagatha the witch, expert for nature and ether magic
+// Sagatha the witch, expert for nature and astral magic
//----------------------------------------
function script QuestSagathaHappy {
@@ -180,17 +180,17 @@ L_teach_initial:
mes "[Sagatha the Witch]";
mes "She snaps her fingers, and without warning you begin to acutely sense the magical energies around you, for a brief instant!";
mes "[5000 experience points]";
- mes "[Level 2 in Ether Magic]";
+ mes "[Level 2 in Astral Magic]";
set @Q_status, @STATUS_STUDENT;
callsub S_update_var;
getexp 5000, 0;
- if (getskilllv(SKILL_MAGIC_ETHER) < 2)
- setskill SKILL_MAGIC_ETHER, 2;
+ if (getskilllv(SKILL_MAGIC_ASTRAL) < 2)
+ setskill SKILL_MAGIC_ASTRAL, 2;
next;
mes "[Sagatha the Witch]";
- mes "\"In the future, I will teach you nature and ether magic. For the other schools there are better teachers around.\"";
+ mes "\"In the future, I will teach you nature and astral magic. For the other schools there are better teachers around.\"";
next;
goto L_main;