From 2ddedfcbde5035e3665967e726b55d75de115991 Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Thu, 6 May 2021 09:13:34 +0000 Subject: [PATCH] Race skills are given from starting class. Contributed by Sero. --- .../data/skillTrees/4rthClass/TyrrMaestro.xml | 1 + .../dist/game/data/skillTrees/Commons.xml | 3 -- .../ErtheiaClass/ErtheiaFighter.xml | 3 ++ .../skillTrees/ErtheiaClass/ErtheiaWizard.xml | 3 ++ .../skillTrees/StartingClass/DarkFighter.xml | 2 ++ .../skillTrees/StartingClass/DarkMystic.xml | 2 ++ .../StartingClass/DwarvenFighter.xml | 2 ++ .../skillTrees/StartingClass/ElvenFighter.xml | 2 ++ .../skillTrees/StartingClass/ElvenMystic.xml | 2 ++ .../skillTrees/StartingClass/HumanFighter.xml | 2 ++ .../skillTrees/StartingClass/HumanMystic.xml | 2 ++ .../StartingClass/KamaelFemaleSoldier.xml | 4 +++ .../StartingClass/KamaelMaleSoldier.xml | 4 +++ .../skillTrees/StartingClass/OrcFighter.xml | 2 ++ .../skillTrees/StartingClass/OrcMystic.xml | 2 ++ .../game/data/skillTrees/alchemySkillTree.xml | 2 +- .../game/data/skillTrees/raceSkillTree.xml | 35 ------------------- .../data/skillTrees/4rthClass/TyrrMaestro.xml | 1 + .../dist/game/data/skillTrees/Commons.xml | 3 -- .../ErtheiaClass/ErtheiaFighter.xml | 3 ++ .../skillTrees/ErtheiaClass/ErtheiaWizard.xml | 3 ++ .../skillTrees/StartingClass/DarkFighter.xml | 2 ++ .../skillTrees/StartingClass/DarkMystic.xml | 2 ++ .../StartingClass/DwarvenFighter.xml | 2 ++ .../skillTrees/StartingClass/ElvenFighter.xml | 2 ++ .../skillTrees/StartingClass/ElvenMystic.xml | 2 ++ .../skillTrees/StartingClass/HumanFighter.xml | 2 ++ .../skillTrees/StartingClass/HumanMystic.xml | 2 ++ .../StartingClass/KamaelFemaleSoldier.xml | 4 +++ .../StartingClass/KamaelMaleSoldier.xml | 4 +++ .../skillTrees/StartingClass/OrcFighter.xml | 2 ++ .../skillTrees/StartingClass/OrcMystic.xml | 2 ++ .../game/data/skillTrees/alchemySkillTree.xml | 2 +- .../game/data/skillTrees/raceSkillTree.xml | 35 ------------------- 34 files changed, 68 insertions(+), 78 deletions(-) delete mode 100644 L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/raceSkillTree.xml delete mode 100644 L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/raceSkillTree.xml diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/4rthClass/TyrrMaestro.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/4rthClass/TyrrMaestro.xml index d135410cb4..78c16afd8e 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/4rthClass/TyrrMaestro.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/4rthClass/TyrrMaestro.xml @@ -3,6 +3,7 @@ + diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/Commons.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/Commons.xml index e1fe5561d1..8dad56627e 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/Commons.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/Commons.xml @@ -36,9 +36,6 @@ - - - diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/ErtheiaClass/ErtheiaFighter.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/ErtheiaClass/ErtheiaFighter.xml index 1d05682ca4..980f49b922 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/ErtheiaClass/ErtheiaFighter.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/ErtheiaClass/ErtheiaFighter.xml @@ -3,6 +3,9 @@ + + + diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/ErtheiaClass/ErtheiaWizard.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/ErtheiaClass/ErtheiaWizard.xml index 98a965deb4..fadbec36ab 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/ErtheiaClass/ErtheiaWizard.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/ErtheiaClass/ErtheiaWizard.xml @@ -3,6 +3,9 @@ + + + diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/DarkFighter.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/DarkFighter.xml index 2313427ef6..cd471b3910 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/DarkFighter.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/DarkFighter.xml @@ -2,5 +2,7 @@ + + \ No newline at end of file diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/DarkMystic.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/DarkMystic.xml index e9d3a4be51..9d945eb927 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/DarkMystic.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/DarkMystic.xml @@ -2,5 +2,7 @@ + + \ No newline at end of file diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/DwarvenFighter.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/DwarvenFighter.xml index f86bdb47e0..7505ea04f4 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/DwarvenFighter.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/DwarvenFighter.xml @@ -2,5 +2,7 @@ + + \ No newline at end of file diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/ElvenFighter.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/ElvenFighter.xml index 3c38604f96..abc9db7cfa 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/ElvenFighter.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/ElvenFighter.xml @@ -2,5 +2,7 @@ + + \ No newline at end of file diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/ElvenMystic.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/ElvenMystic.xml index 826378fb6f..198ad83679 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/ElvenMystic.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/ElvenMystic.xml @@ -2,5 +2,7 @@ + + \ No newline at end of file diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/HumanFighter.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/HumanFighter.xml index a9bfcc07e6..2f1740caeb 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/HumanFighter.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/HumanFighter.xml @@ -2,5 +2,7 @@ + + \ No newline at end of file diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/HumanMystic.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/HumanMystic.xml index 30dd89dfb5..79dc8bdb82 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/HumanMystic.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/HumanMystic.xml @@ -2,5 +2,7 @@ + + \ No newline at end of file diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/KamaelFemaleSoldier.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/KamaelFemaleSoldier.xml index 4030e06652..fcb34e5260 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/KamaelFemaleSoldier.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/KamaelFemaleSoldier.xml @@ -3,5 +3,9 @@ + + + + \ No newline at end of file diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/KamaelMaleSoldier.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/KamaelMaleSoldier.xml index 45a8d512a6..010f12ca2c 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/KamaelMaleSoldier.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/KamaelMaleSoldier.xml @@ -3,5 +3,9 @@ + + + + \ No newline at end of file diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/OrcFighter.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/OrcFighter.xml index 70e5a651f3..5233c421b5 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/OrcFighter.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/OrcFighter.xml @@ -2,5 +2,7 @@ + + \ No newline at end of file diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/OrcMystic.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/OrcMystic.xml index 549516a243..371a68cbad 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/OrcMystic.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/StartingClass/OrcMystic.xml @@ -2,5 +2,7 @@ + + \ No newline at end of file diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/alchemySkillTree.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/alchemySkillTree.xml index dc304c5021..39a8ba28dd 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/alchemySkillTree.xml +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/alchemySkillTree.xml @@ -105,7 +105,7 @@ - + diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/raceSkillTree.xml b/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/raceSkillTree.xml deleted file mode 100644 index 10f5b6d526..0000000000 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/skillTrees/raceSkillTree.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/4rthClass/TyrrMaestro.xml b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/4rthClass/TyrrMaestro.xml index d135410cb4..78c16afd8e 100644 --- a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/4rthClass/TyrrMaestro.xml +++ b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/4rthClass/TyrrMaestro.xml @@ -3,6 +3,7 @@ + diff --git a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/Commons.xml b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/Commons.xml index e1fe5561d1..8dad56627e 100644 --- a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/Commons.xml +++ b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/Commons.xml @@ -36,9 +36,6 @@ - - - diff --git a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/ErtheiaClass/ErtheiaFighter.xml b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/ErtheiaClass/ErtheiaFighter.xml index 1d05682ca4..980f49b922 100644 --- a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/ErtheiaClass/ErtheiaFighter.xml +++ b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/ErtheiaClass/ErtheiaFighter.xml @@ -3,6 +3,9 @@ + + + diff --git a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/ErtheiaClass/ErtheiaWizard.xml b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/ErtheiaClass/ErtheiaWizard.xml index 98a965deb4..fadbec36ab 100644 --- a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/ErtheiaClass/ErtheiaWizard.xml +++ b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/ErtheiaClass/ErtheiaWizard.xml @@ -3,6 +3,9 @@ + + + diff --git a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/DarkFighter.xml b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/DarkFighter.xml index 2313427ef6..cd471b3910 100644 --- a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/DarkFighter.xml +++ b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/DarkFighter.xml @@ -2,5 +2,7 @@ + + \ No newline at end of file diff --git a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/DarkMystic.xml b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/DarkMystic.xml index e9d3a4be51..9d945eb927 100644 --- a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/DarkMystic.xml +++ b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/DarkMystic.xml @@ -2,5 +2,7 @@ + + \ No newline at end of file diff --git a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/DwarvenFighter.xml b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/DwarvenFighter.xml index f86bdb47e0..7505ea04f4 100644 --- a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/DwarvenFighter.xml +++ b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/DwarvenFighter.xml @@ -2,5 +2,7 @@ + + \ No newline at end of file diff --git a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/ElvenFighter.xml b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/ElvenFighter.xml index 3c38604f96..abc9db7cfa 100644 --- a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/ElvenFighter.xml +++ b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/ElvenFighter.xml @@ -2,5 +2,7 @@ + + \ No newline at end of file diff --git a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/ElvenMystic.xml b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/ElvenMystic.xml index 826378fb6f..198ad83679 100644 --- a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/ElvenMystic.xml +++ b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/ElvenMystic.xml @@ -2,5 +2,7 @@ + + \ No newline at end of file diff --git a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/HumanFighter.xml b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/HumanFighter.xml index a9bfcc07e6..2f1740caeb 100644 --- a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/HumanFighter.xml +++ b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/HumanFighter.xml @@ -2,5 +2,7 @@ + + \ No newline at end of file diff --git a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/HumanMystic.xml b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/HumanMystic.xml index 30dd89dfb5..79dc8bdb82 100644 --- a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/HumanMystic.xml +++ b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/HumanMystic.xml @@ -2,5 +2,7 @@ + + \ No newline at end of file diff --git a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/KamaelFemaleSoldier.xml b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/KamaelFemaleSoldier.xml index 4030e06652..fcb34e5260 100644 --- a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/KamaelFemaleSoldier.xml +++ b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/KamaelFemaleSoldier.xml @@ -3,5 +3,9 @@ + + + + \ No newline at end of file diff --git a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/KamaelMaleSoldier.xml b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/KamaelMaleSoldier.xml index 45a8d512a6..010f12ca2c 100644 --- a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/KamaelMaleSoldier.xml +++ b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/KamaelMaleSoldier.xml @@ -3,5 +3,9 @@ + + + + \ No newline at end of file diff --git a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/OrcFighter.xml b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/OrcFighter.xml index 70e5a651f3..5233c421b5 100644 --- a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/OrcFighter.xml +++ b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/OrcFighter.xml @@ -2,5 +2,7 @@ + + \ No newline at end of file diff --git a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/OrcMystic.xml b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/OrcMystic.xml index 549516a243..371a68cbad 100644 --- a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/OrcMystic.xml +++ b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/StartingClass/OrcMystic.xml @@ -2,5 +2,7 @@ + + \ No newline at end of file diff --git a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/alchemySkillTree.xml b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/alchemySkillTree.xml index dc304c5021..39a8ba28dd 100644 --- a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/alchemySkillTree.xml +++ b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/alchemySkillTree.xml @@ -105,7 +105,7 @@ - + diff --git a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/raceSkillTree.xml b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/raceSkillTree.xml deleted file mode 100644 index 10f5b6d526..0000000000 --- a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/skillTrees/raceSkillTree.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file