hi all, when you run the studio while loading map colorado you get this error, when it is skipping the studio is working, but I want to know where to fix this error?
PHP Code:Permanent Note 'Note12' contains illegal characters , please fix
hi all, when you run the studio while loading map colorado you get this error, when it is skipping the studio is working, but I want to know where to fix this error?
PHP Code:Permanent Note 'Note12' contains illegal characters , please fix
use [warz]
go
DROP TABLE [ServerNotesData];
CREATE TABLE [ServerNotesData] (
[NoteID] int NOT NULL IDENTITY(1,1) ,
[GameServerId] int NOT NULL ,
[GamePos] varchar(128) NULL ,
[CreateUtcDate] datetime NULL ,
[ExpireUtcDate] datetime NULL ,
[CustomerID] int NULL ,
[CharID] int NULL ,
[TextFrom] nvarchar(128) NULL ,
[TextSubj] nvarchar(2048) NULL
)
go