From 09d11b5446952f09b85ff0a59cedd512fcb69791 Mon Sep 17 00:00:00 2001 From: Uleat Date: Sun, 20 Jan 2019 21:59:20 -0500 Subject: [PATCH] Updated EQDictionary (markdown) --- EQDictionary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EQDictionary.md b/EQDictionary.md index 371d7ba..a997917 100644 --- a/EQDictionary.md +++ b/EQDictionary.md @@ -59,7 +59,7 @@ Not every case of client/mob version and gm flag set/clear will receive a dynami The entries are constructed based on expansion settings when the initial call to `EQEmu::::InitializeDynamicLookups()` is performed at server start-up. -Creating dynamic lookups and embedding them into system classes allow for criteria updates that would normally require even more state condition checks and more static variable definitions making proper support for per-expansion and gm flag states impractical. +Creating dynamic lookups and embedding them into system classes allow for criteria updates that would normally require even more state condition checks and more static variable definitions making proper support for per-expansion and gm flag states without them impractical. (The number of static lookups required to support non-dynamic lookups would essentially be 'the number of expansions' -> squared, then multiplied by 2 to account for gm state.)