mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 22:24:58 +00:00
Revert rename of Pokemon#publicID & #obtainLevel
These changes should be done in their own branch.
This commit is contained in:
@@ -12,9 +12,6 @@ PokeBattle_Pokemon = Pokemon
|
||||
class Pokemon
|
||||
# @deprecated Use {MAX_NAME_SIZE} instead. This alias is slated to be removed in vXX.
|
||||
MAX_POKEMON_NAME_SIZE = MAX_NAME_SIZE
|
||||
|
||||
deprecated_instance_method_alias :publicID, :public_id, 'vXX'
|
||||
deprecated_instance_method_alias :isForeign?, :foreign?, 'vXX'
|
||||
end
|
||||
|
||||
# (see Pokemon#initialize)
|
||||
|
||||
Reference in New Issue
Block a user