mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-13 09:07:20 +00:00
import enhancements and npc spawn sketches
This commit is contained in:
@@ -452,10 +452,10 @@ else
|
||||
log "No conflicts detected"
|
||||
fi
|
||||
|
||||
# Calculate ID offsets
|
||||
# Calculate ID offsets with proper spacing
|
||||
ACCOUNT_OFFSET=$CURRENT_MAX_ACCOUNT_ID
|
||||
CHAR_OFFSET=$CURRENT_MAX_CHAR_GUID
|
||||
ITEM_OFFSET=$CURRENT_MAX_ITEM_GUID
|
||||
ITEM_OFFSET=$((CURRENT_MAX_ITEM_GUID + 10000))
|
||||
|
||||
info ""
|
||||
info "ID remapping offsets:"
|
||||
|
||||
Reference in New Issue
Block a user