• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

add farm grid

Elite Diviner
Joined
Sep 19, 2014
Messages
410
Reaction score
57
use query it simple wkwk

USE [DNWorld]

GO

DECLARE return_value int
EXEC return_value = [dbo].[P_AddFarm]
@nvcFarmName = 'field3',
IntMapID = 15106,
IntMaxUserCount= 10,
@inyFarmTypeCode = 0

GO
 
Back
Top