mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-14 07:53:44 +00:00
6
data/sql/updates/db_world/2024_06_24_00.sql
Normal file
6
data/sql/updates/db_world/2024_06_24_00.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2024_06_23_00 -> 2024_06_24_00
|
||||
-- 16606 'Midsummer Bonfire Despawner'
|
||||
-- add TRIGGER flag
|
||||
UPDATE `creature_template` SET `flags_extra` = (`flags_extra` | 128) WHERE (`entry` = 16606);
|
||||
-- Script
|
||||
UPDATE `creature_template` SET `ScriptName` = 'npc_midsummer_bonfire_despawner' WHERE (`entry` = 16606);
|
||||
Reference in New Issue
Block a user