Code:
DELETE FROM [dbo].[Items_Gear] WHERE ItemID=20189 GO INSERT [dbo].[Items_Gear] ([ItemID], [FNAME], [Name], [Description], [Category], [Weight], [DamagePerc], [DamageMax], [Bulkiness], [Inaccuracy], [Stealth], [Price1], [Price7], [Price30], [PriceP], [IsNew], [ProtectionLevel], [LevelRequired], [GPrice1], [GPrice7], [GPrice30], [GPriceP]) VALUES (20189, N'Zombie', N'Basic Zombie Character', N'', 16, -1, 0, 0, 5, 5, 5, 1, 7, 30,5555, 0, 1, 0, 11, 77, 3030,55555) GO
First, it works. later, it deletes the character.