rogue can promote to druid

This commit is contained in:
2024-09-08 17:10:57 -05:00
parent 3ed0765fe5
commit 95d38cea44
+3
View File
@@ -150,6 +150,9 @@ public class PromotionClass extends AbstractGameObject {
return true;
}
}
if(this.getName().equals("Druid") && token == 2502)
return true;
return false;
}