mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-15 00:06:11 +00:00
9
data/sql/updates/db_world/2025_02_25_00.sql
Normal file
9
data/sql/updates/db_world/2025_02_25_00.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- DB update 2025_02_24_00 -> 2025_02_25_00
|
||||
-- update Mr. Bigglesworth script name
|
||||
UPDATE `creature_template` SET `ScriptName` = 'npc_mr_bigglesworth' WHERE (`entry` = 16998);
|
||||
|
||||
-- update Living Poison script name
|
||||
UPDATE `creature_template` SET `ScriptName` = 'npc_living_poison' WHERE (`entry` = 16027);
|
||||
|
||||
-- update Naxxramas Trigger script name
|
||||
UPDATE `creature_template` SET `ScriptName` = 'npc_naxxramas_trigger' WHERE (`entry` = 16082);
|
||||
Reference in New Issue
Block a user