Quick fix-up + Happyville
Fixed bug introduced on last update regarding events without event_schedule defined. Added path to Happyville maps, and raid boss event.
This commit is contained in:
8
scripts/npc/world0/9201033.js
Normal file
8
scripts/npc/world0/9201033.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
Simon - Happyville
|
||||
**/
|
||||
|
||||
function start() {
|
||||
cm.sendOk("Hi there!");
|
||||
cm.dispose();
|
||||
}
|
||||
Reference in New Issue
Block a user