mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-14 14:44:55 +02:00
fix rashid, fix spells, add znote sql schema
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user