mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-30 03:36:24 +01:00
added mounts, auras, wings and shop. Packet compression does not work extendedOpCodes does not work but shop is because of extra configuration
This commit is contained in:
@@ -25,7 +25,17 @@ local reloadTypes = {
|
||||
|
||||
["monster"] = { targetType = RELOAD_TYPE_MONSTERS, name = "monsters" },
|
||||
["monsters"] = { targetType = RELOAD_TYPE_MONSTERS, name = "monsters" },
|
||||
["mount"] = RELOAD_TYPE_MOUNTS,
|
||||
|
||||
["aura"] = RELOAD_TYPE_AURAS,
|
||||
["auras"] = RELOAD_TYPE_AURAS,
|
||||
|
||||
["wing"] = RELOAD_TYPE_WINGS,
|
||||
["wings"] = RELOAD_TYPE_WINGS,
|
||||
|
||||
["shader"] = RELOAD_TYPE_SHADERS,
|
||||
["shaders"] = RELOAD_TYPE_SHADERS,
|
||||
|
||||
["move"] = { targetType = RELOAD_TYPE_MOVEMENTS, name = "movements" },
|
||||
["movement"] = { targetType = RELOAD_TYPE_MOVEMENTS, name = "movements" },
|
||||
["movements"] = { targetType = RELOAD_TYPE_MOVEMENTS, name = "movements" },
|
||||
|
||||
Reference in New Issue
Block a user