fix rashid, fix spells, add znote sql schema

This commit is contained in:
ErikasKontenis
2020-04-19 12:36:39 +03:00
parent cfccd2093b
commit 870b7df973
3 changed files with 20 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ local function spawnRashid()
}
local position = rashidSpawns[os.date("%A")]
local rashid = Game.createNpc("Rashid", position)
local rashid = Game.createNpc("rashid", position)
if rashid ~= nil then
rashid:setMasterPos(position)
position:sendMagicEffect(CONST_ME_MAGIC_RED)