Added ignore npc table

- Can be added anywhere using /run Details.npcid_ignored[npcid] = true
- Framework and Localization update.
This commit is contained in:
Tercio Jose
2020-04-21 14:03:46 -03:00
parent e2a169aa72
commit 2149413da3
4 changed files with 126 additions and 11 deletions
+3
View File
@@ -1393,6 +1393,9 @@ local default_global_data = {
--> raid information - can be accessed by plugins and third party mods
raid_data = {},
--> store all npcids blacklisted by the user
npcid_ignored = {},
}
_detalhes.default_global_data = default_global_data