mirror of
https://github.com/ornfelt/azerothcore_lua_scripts
synced 2026-08-22 06:26:03 -04:00
11 lines
No EOL
359 B
Text
11 lines
No EOL
359 B
Text
-- Description:
|
|
-- This is the config file for EVERYTHING on the Ember project.
|
|
-- Useful if you just want to download and go, or look at variables in once place.
|
|
-- Author: grimreapaa/Daddy Didrik ;)
|
|
|
|
ADMIN_RANK = 3 -- the RBAC ID associated with secret GM capabilities
|
|
|
|
-- item IDs for coins
|
|
SILVER_COIN = 1999999
|
|
GOLD_COIN = 1999998
|
|
COPPER_COIN = 1999997 |