Skip to content

Commit

Permalink
Magtheridons head should be despawned by default
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Dec 29, 2023
1 parent 2c25260 commit 1610bd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Updates/0318_magtheridons_head.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
DELETE FROM gameobject_addon WHERE guid IN(164000,164001); -- new template handling does it properly
UPDATE gameobject SET spawntimesecsmin=-300,spawntimesecsmax=-300 WHERE id IN(184640); -- despawned by default

0 comments on commit 1610bd0

Please sign in to comment.