mirror of
https://github.com/ACEmulator/ACE
synced 2026-08-17 12:26:06 -04:00
Columns id and guid have been combined into a single guid column. This requires that every landblock instance be provided with a valid unique guid. In the old code, you could provide an instance that would have an auto generated id (column) and a guid of 0. ACE would then see the guid is 0 and would use the following: GuidManager.NewDynamicGuid(); In the cache.bin, every landblock instance has a unique id. If we need to add the ability to have dynamically guid'd landblockinstances, this is an easy thing to add back. |
||
|---|---|---|
| .. | ||
| World | ||
| SQLWriter.cs | ||