diff --git a/doc/NHero.py b/doc/Hero.py similarity index 99% rename from doc/NHero.py rename to doc/Hero.py index 31febbf..fe0c3ef 100644 --- a/doc/NHero.py +++ b/doc/Hero.py @@ -2,7 +2,7 @@ import _common -class NHero(object): +class Hero(object): def __init__(self): self.apis = [ diff --git a/webapp/controller/NHeroController.class.php b/webapp/controller/HeroController.class.php similarity index 97% rename from webapp/controller/NHeroController.class.php rename to webapp/controller/HeroController.class.php index c0911bf..862f320 100644 --- a/webapp/controller/NHeroController.class.php +++ b/webapp/controller/HeroController.class.php @@ -1,6 +1,8 @@ 'Gun', 'Property' => 'Role', 'NBag' => 'Bag', + 'NHero' => 'Hero', ); function getRewriteClass($oldC)