Unique Spawn Time For beginners

07/31/2015 20:54 Eslam Galull#1
For beginners

- Simply put the code & time

Time is per second so 1 mint = 1 * 60

Code:
USE SRO_VT_SHARD
DECLARE @RefID int
SELECT @RefID = R.dwTacticsID
FROM Tab_RefTactics R
JOIN _RefObjCommon O
ON O.ID = R.dwObjID
WHERE O.CodeName128 LIKE 'MOB_RM_TAHOMET'
Update Tab_RefNest Set dwDelayTimeMin = 7200 , dwDelayTimeMax = 900 WHERE dwTacticsID = @RefID
Select *  FROM Tab_RefNest WHERE dwTacticsID = @RefID
07/31/2015 21:14 Tommy.#2
i respect all of your releases except this, i posted this query in 2012 i guess.
This query is useless nowadays
08/01/2015 08:42 Eslam Galull#3
i got the point , but i even didnt wrote its a release , anyways it will help someone !