diff options
Diffstat (limited to 'npc/014-5-1')
-rw-r--r-- | npc/014-5-1/sagratha.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/npc/014-5-1/sagratha.txt b/npc/014-5-1/sagratha.txt index 8875d34df..7c565dfa9 100644 --- a/npc/014-5-1/sagratha.txt +++ b/npc/014-5-1/sagratha.txt @@ -352,7 +352,6 @@ function teachMagic { skill TMW2_PLANTKINGDOM, 1, 0; setq General_Sagratha, 5; break; - } case 6: if (MAGIC_LVL < 4) goto L_Magicless; @@ -371,7 +370,6 @@ function teachMagic { skill TMW2_FAIRYKINGDOM, 1, 0; setq General_Sagratha, 7; break; - } case 8: if (MAGIC_LVL < 5) goto L_Magicless; @@ -390,7 +388,6 @@ function teachMagic { skill TMW2_FROZENHEART, 1, 0; setq General_Sagratha, 9; break; - } case 10: if (MAGIC_LVL < 6) goto L_Magicless; |