Help me FIX ID in RefObjItem

08/17/2013 16:04 random82600#1
1) I added a new item, but stuck in place in refobjItem ID (ID is not editable)
2) and I moved to the old characters new database (in _Char CharID create another CharID this is that I have trouble)
[Only registered and activated users can see links. Click Here To Register...]
Thank you for viewing this topic: D
08/17/2013 16:28 Schickl#2
1)
Code:
USE SRO_VT_SHARD

SET IDENTITY_INSERT _RefObjItem ON

UPDATE _RefObjItem SET ID = <newID> WHERE ID = <oldID>

SET IDENTITY_INSERT _RefObjItem OFF
2) No idea what you are talking about and the Image doesn't load(use an english site to upload the picture so everyone can read what's written on the page)