Code:
USE warz;
GO
INSERT [dbo].[Items_Generic] ([ItemID], [FNAME], [Category], [Name], [Description], [Price1], [Price7], [Price30], [PriceP], [IsNew], [LevelRequired], [GPrice1], [GPrice7], [GPrice30], [GPriceP], [Weight]) VALUES (301151, N'Account_ClanCreate', 1, N'Account_ClanCreate', N'clan create item', 1, 7, 30, 314, 0, 0, 11, 77, 3030, 3141, 0)
INSERT [dbo].[Items_Generic] ([ItemID], [FNAME], [Category], [Name], [Description], [Price1], [Price7], [Price30], [PriceP], [IsNew], [LevelRequired], [GPrice1], [GPrice7], [GPrice30], [GPriceP], [Weight]) VALUES (301152, N'Account_ClanUpg1', 1, N'Account_ClanUpg1', N'buy price is in permanent GC ($) \r\nNOTE- number of added clan members is in **permanent GD** price', 1, 7, 30, 500, 0, 0, 11, 77, 3030, 20, 0)
INSERT [dbo].[Items_Generic] ([ItemID], [FNAME], [Category], [Name], [Description], [Price1], [Price7], [Price30], [PriceP], [IsNew], [LevelRequired], [GPrice1], [GPrice7], [GPrice30], [GPriceP], [Weight]) VALUES (301153, N'Account_ClanUpg2', 1, N'Account_ClanUpg2', N'buy price is in permanent GC ($) \r\nNOTE- number of added clan members is in **permanent GD** price', 1, 7, 30, 2000, 0, 0, 11, 77, 3030, 40, 0)
INSERT [dbo].[Items_Generic] ([ItemID], [FNAME], [Category], [Name], [Description], [Price1], [Price7], [Price30], [PriceP], [IsNew], [LevelRequired], [GPrice1], [GPrice7], [GPrice30], [GPriceP], [Weight]) VALUES (301154, N'Account_ClanUpg3', 1, N'Account_ClanUpg3', N'buy price is in permanent GC ($) \r\nNOTE- number of added clan members is in **permanent GD** price', 1, 7, 30, 3500, 0, 0, 11, 77, 3030, 60, 0)
INSERT [dbo].[Items_Generic] ([ItemID], [FNAME], [Category], [Name], [Description], [Price1], [Price7], [Price30], [PriceP], [IsNew], [LevelRequired], [GPrice1], [GPrice7], [GPrice30], [GPriceP], [Weight]) VALUES (301155, N'Account_ClanUpg4', 1, N'Account_ClanUpg4', N'buy price is in permanent GC ($) \r\nNOTE- number of added clan members is in **permanent GD** price', 1, 7, 30, 4000, 0, 0, 11, 77, 3030, 80, 0)
INSERT [dbo].[Items_Generic] ([ItemID], [FNAME], [Category], [Name], [Description], [Price1], [Price7], [Price30], [PriceP], [IsNew], [LevelRequired], [GPrice1], [GPrice7], [GPrice30], [GPriceP], [Weight]) VALUES (301156, N'Account_ClanUpg5', 1, N'Account_ClanUpg5', N'buy price is in permanent GC ($) \r\nNOTE- number of added clan members is in **permanent GD** price', 1, 7, 30, 5500, 0, 0, 11, 77, 3030, 100, 0)
INSERT [dbo].[Items_Generic] ([ItemID], [FNAME], [Category], [Name], [Description], [Price1], [Price7], [Price30], [PriceP], [IsNew], [LevelRequired], [GPrice1], [GPrice7], [GPrice30], [GPriceP], [Weight]) VALUES (301157, N'Account_ClanUpg6', 1, N'Account_ClanUpg6', N'buy price is in permanent GC ($) \r\', 1, 7, 30, 314, 0, 0, 11, 77, 3030, 3141, 0)
INSERT [dbo].[Items_Generic] ([ItemID], [FNAME], [Category], [Name], [Description], [Price1], [Price7], [Price30], [PriceP], [IsNew], [LevelRequired], [GPrice1], [GPrice7], [GPrice30], [GPriceP], [Weight]) VALUES (301159, N'Char_Revive', 1, N'Char_Revive', N'item for char revive before time, price is permanent GC', 1, 7, 30, 7500, 0, 0, 11, 77, 3030, 130, 0)
GO