Description: You can't use the Scourge Banner.
Steps to reproduce the problem:
.go 1876 -1325 60 0.quest add 5096.additem 12814Branch(es): 3.3.5
TC rev. hash/commit: TrinityCore rev. 2e457b3be418 2016-11-05 01:52:38 -0300 (335 branch)
TDB version: TDB_full_world_335.62_2016_10_17.sql + updates
Operating system: Win7 64Bit
because the spellfocus has negative respawn time
Is this a DB Bug or Core Bug?
DB. Try this:
UPDATE `gameobject` SET `spawntimesecs`= 180 WHERE `id`= 176088;
Yep It works perfect :+1:
Thank You
Also looks like object 'Drop-Off Point' too shouldn't have negative respawn time.
(Used as a spellfocus for Bag of Gold. Quest Decoy!)
If someone can confirm that Bag of Gold can't be used:
UPDATE `gameobject` SET `spawntimesecs`= 150 WHERE `id`= 180659;
Can any Dev's please pushed in the Git?
Thanks @tkrokli