mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-20 08:45:20 +01:00
fix global var
This commit is contained in:
@@ -6,7 +6,7 @@ runes.scrolls = {}
|
||||
function register_scroll(name, type, data)
|
||||
if not data then return end
|
||||
|
||||
def = {
|
||||
local def = {
|
||||
inventory_image = (data.texture or "runes_scroll_unknown.png"),
|
||||
groups = {scroll = 1},
|
||||
description = (data.description or "Mysterious Scroll"),
|
||||
|
||||
Reference in New Issue
Block a user