questi
|
Last Activity: 01/17/2024 13:35
Mentions
| 03/14/2019 |
| 23:09 - [ADM]Minxii mentioned questi in post [Euphoria Dev Team Release] Perfect Orange Stats Game Service ...a]
GO
DECLARE @ return_value int
EXEC @ return_value = [dbo].[usp_Save_Char_Quest_Add_E]
@ CharID = 1140, --- It happens with other chars too not just that one
@ QuestID = 2222,
@ Delay = 0,
@ Count1 = 0,
@ Count2 = 0,
@ Count3 = 0
SELECT 'Return Value' = @ return_value
GO
It returns "Msg 512, Level 16, State 1, Procedure... |






