Files
TrinityCore/sql/updates/7252_world_gameobject.sql
Brian 50f0279bdb * Set auto increment values for creature and gameobject GUIDs outside of TDB
ranges.
* All custom content should have GUIDs > 250000 for `creature` and GUIDs >
200000 for `gameobject`

--HG--
branch : trunk
2010-01-30 07:14:34 -07:00

2 lines
48 B
SQL

ALTER TABLE `gameobject` AUTO_INCREMENT=200001;