Ver código fonte

initial commit

tags/v0.1.4^2
Shaun 7 anos atrás
pai
commit
c37c997907
5 arquivos alterados com 3 adições e 100 exclusões
  1. BIN
     
  2. BIN
     
  3. +1
    -2
      src/server/components/social.js
  4. +1
    -97
      src/server/config/maps/cave/map.json
  5. +1
    -1
      src/server/config/roles.js


+ 1
- 2
src/server/components/social.js Ver arquivo

@@ -77,8 +77,7 @@ define([
chat: function(msg) {
if (this.onBeforeChat) {
this.onBeforeChat(msg.data);
if (msg.data.ignore)
return;
if (msg.data.success)
}

var charname = this.obj.auth.charname;


+ 1
- 97
src/server/config/maps/cave/map.json
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo


+ 1
- 1
src/server/config/roles.js Ver arquivo

@@ -5,7 +5,7 @@ define([
) {
return {
accounts: {
admin: {
waffle: {
level: 10,
messageStyle: 'color-cyan',
messagePrefix: '(dev) ',


Carregando…
Cancelar
Salvar