Browse Source

chore: supporting changes for druid skin fix and reverted rezone role level to 10

tags/v0.10.6^2
Shaun 2 years ago
parent
commit
0e5255fff3
3 changed files with 3 additions and 7 deletions
  1. +1
    -1
      src/server/components/extensions/socialCommands.js
  2. +2
    -1
      src/server/config/clientConfig.js
  3. +0
    -5
      src/server/config/skins.js

+ 1
- 1
src/server/components/extensions/socialCommands.js View File

@@ -39,7 +39,7 @@ let commandRoles = {
setPassword: 10,
giveSkin: 10,
getMaterials: 10,
rezone: 0,
rezone: 10,
startEvent: 10,
stopEvent: 10,
teleport: 10,


+ 2
- 1
src/server/config/clientConfig.js View File

@@ -44,7 +44,8 @@ const config = {
'images/tiles.png': 8,
'images/walls.png': 8,
'images/objects.png': 8,
'images/mobs.png': 8
'images/mobs.png': 8,
'images/characters.png': 8
},
blockingTileIndices: [
6, 7, 54, 55, 62, 63, 154, 189, 190, 192, 193, 194, 195, 196, 197


+ 0
- 5
src/server/config/skins.js View File

@@ -18,11 +18,6 @@ const config = {
sprite: [2, 0],
defaultSpirit: 'bear',
default: true
},
//Faction Skins
'gaekatlan-druid': {
name: 'Gaekatlan Druid',
sprite: [0, 1]
}
};



Loading…
Cancel
Save