rename /gameObjects?/ => /objects?/ so it can be localized via typeString
This commit is contained in:
Sarjuuk
2015-07-05 21:17:55 +02:00
parent ed67493bb8
commit f2ec843f7e
13 changed files with 19 additions and 19 deletions

View File

@@ -2282,7 +2282,7 @@ var g_operators = {
var g_world_object_types = {
3: 'Creature',
4: 'Player',
5: 'Gameobject',
5: 'Object',
7: 'Player Corpse'
};