Files
wsmud/world/cmd/skill/xiulian.js
2026-05-26 16:41:20 +08:00

7 lines
111 B
JavaScript

this.inherits(COMMAND);
this.command = "xiulian";
this.allow_fight = false;
this.enter = function (me) {
}