diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-01 22:11:36 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-01 22:11:36 +0000 |
commit | a9b1f06e98367bda11817d0c64ae2e8af4471f2b (patch) | |
tree | 4f1af08f496e625726497e6522310cf81fbbab72 /npc/quests/skills/wizard_skills.txt | |
parent | 911c0ea64888157f7a9496a4a5c516af92c0d11c (diff) | |
download | hercules-a9b1f06e98367bda11817d0c64ae2e8af4471f2b.tar.gz hercules-a9b1f06e98367bda11817d0c64ae2e8af4471f2b.tar.bz2 hercules-a9b1f06e98367bda11817d0c64ae2e8af4471f2b.tar.xz hercules-a9b1f06e98367bda11817d0c64ae2e8af4471f2b.zip |
Tried to remove all duplicates (in default NPCs)
( hope nothing is broken ;) )
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8581 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/skills/wizard_skills.txt')
-rw-r--r-- | npc/quests/skills/wizard_skills.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/quests/skills/wizard_skills.txt b/npc/quests/skills/wizard_skills.txt index 5b5982767..6d4b56d6d 100644 --- a/npc/quests/skills/wizard_skills.txt +++ b/npc/quests/skills/wizard_skills.txt @@ -3,7 +3,7 @@ //===== By: ==================================================
//= Lupus, Reddozen
//===== Current Version: =====================================
-//= 1.3a
+//= 1.3c
//===== Compatible With: =====================================
//= eAthena Revision 3800+
//===== Description: =========================================
@@ -18,13 +18,14 @@ //= 1.3 Fixed bugs and minor typos. Optimized [Lupus]
//= 1.3a fixed an item ID typo, thx 2Spiritual Kid
//= 1.3b Splitted into different files [DracoRPG]
+//= 1.3c Removed duplicates [Toms]
//============================================================
//============================================================
// WIZARD - SIGHTBLASTER
//============================================================
-gef_tower.gat,116,37,1 script Enoz 748,{
+gef_tower.gat,116,37,1 script Enoz#2 748,{
if(HELLIONQ == 22)goto L_remember;
if(HELLIONQ == 21)goto L_joke;
if(HELLIONQ == 20)goto L_take;
|