fix(Scripts/DTK): Update Novos the Summoner script (#23758)

This commit is contained in:
Andrew
2025-11-18 03:04:18 -03:00
committed by GitHub
parent 1d3b0557f6
commit 8b7f936fc8
2 changed files with 76 additions and 82 deletions

View File

@@ -0,0 +1,2 @@
-- despawn on evade
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|0x80000000 WHERE `entry` IN (26631, 31350);