Dear
Done add 2 tabel
but whe i add
in _AddLogItem
reblay this
what can i do?
Done add 2 tabel
but whe i add
Code:
ELSE IF (@CharNameCountKERB >= '10')
begin
IF @hwan = '90'
begin
Update SRO_VT_SHARD.dbo._Char Set HwanLevel='91' where (CharName16 = @Charname)
insert into SRO_VT_SHARDLOG.dbo.PlusNotice ([Sent],[message],[date]) Values ('0','** Unique Slayer System** : '+@Charname+' has now recived ( Cerberus Slayer) title for killing Cerberus 10 times ',GETDATE())
delete from SRO_VT_SHARDLOG.dbo._Uniques where ((CharName = @Charname) and MonsterCodeName like 'MOB_EU_KERBEROS')
exec SRO_VT_SHARD.dbo._ADD_ITEM_EXTERN @Charname,'ITEM_ETC_SD_TOKEN_02',10,0
end
end
reblay this
Code:
Msg 137, Level 15, State 2, Procedure _AddLogItem, Line 48 Must declare the scalar variable "@CharNameCountKERB". Msg 137, Level 15, State 2, Procedure _AddLogItem, Line 50 Must declare the scalar variable "@hwan". Msg 137, Level 15, State 2, Procedure _AddLogItem, Line 52 Must declare the scalar variable "@Charname". Msg 137, Level 15, State 2, Procedure _AddLogItem, Line 53 Must declare the scalar variable "@Charname". Msg 137, Level 15, State 2, Procedure _AddLogItem, Line 54 Must declare the scalar variable "@Charname". Msg 137, Level 15, State 2, Procedure _AddLogItem, Line 55 Must declare the scalar variable "@Charname".