summaryrefslogtreecommitdiff
path: root/npc/quests/skills/wizard_skills.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/quests/skills/wizard_skills.txt')
-rw-r--r--npc/quests/skills/wizard_skills.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/skills/wizard_skills.txt b/npc/quests/skills/wizard_skills.txt
index 8cb69aa31..2b190e063 100644
--- a/npc/quests/skills/wizard_skills.txt
+++ b/npc/quests/skills/wizard_skills.txt
@@ -16,7 +16,7 @@
gef_tower,115,36,4 script Meow#q_wiz 876,{
if (BaseJob == Job_Wizard) {
if (WIZ_SK == 100) {
- if (getskilllv(1006) == 0) {
+ if (getskilllv("WZ_SIGHTBLASTER") == 0) {
mes "[Meow]";
mes "What...?! You forgot the";
mes "awesome skill I taught you?";
@@ -41,7 +41,7 @@ gef_tower,115,36,4 script Meow#q_wiz 876,{
mes "Meow can administer another";
mes "vicious beating to you.";
specialeffect2 253; // EF_ABSORBSPIRITS
- skill 1006,1,0;
+ skill "WZ_SIGHTBLASTER",1,0;
next;
mes "[Meow]";
mes "Remember now?";
@@ -294,7 +294,7 @@ gef_tower,115,36,4 script Meow#q_wiz 876,{
delitem 990,10; //Boody_Red
delitem 992,10; //Wind_Of_Verdure
set WIZ_SK,100;
- skill 1006,1,0;
+ skill "WZ_SIGHTBLASTER",1,0;
next;
mes "[Meow]";
mes "I'm so tired from all of";