File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1+ -- hack - default data should be 0
2+ UPDATE gameobject_template SET data3= 0 WHERE entry = 180619 ;
3+
Original file line number Diff line number Diff line change @@ -123,6 +123,9 @@ UPDATE gameobject_template SET data1=0 WHERE entry=179004;
123123-- Inconspicuous Landmark 142189 - consumable, despawn on s.11462 expire
124124UPDATE ` gameobject_template` SET ` data5` = 1 WHERE ` entry` = 142189 ; -- 19660800 / 65536 = 300sec
125125
126+ -- hack - this bypasses despawn prevention due to GO casting a hidden 6 second spell the GO should cast - note will be put down even in core
127+ UPDATE gameobject_template SET data3= 65536 * 6 WHERE entry IN (180619 );
128+
126129-- -------------------------------
127130-- Item custom changes
128131-- -------------------------------
You can’t perform that action at this time.
0 commit comments