mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-15 08:16:08 +00:00
8
data/sql/updates/db_world/2023_05_12_03.sql
Normal file
8
data/sql/updates/db_world/2023_05_12_03.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- DB update 2023_05_12_02 -> 2023_05_12_03
|
||||
--
|
||||
UPDATE `creature_template` SET `AiName`='', `ScriptName`='npc_underbat' WHERE `entry`=17724;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=17724 AND `source_type`=0;
|
||||
|
||||
DELETE FROM `spelldifficulty_dbc` WHERE `ID`=34171;
|
||||
INSERT INTO `spelldifficulty_dbc` VALUES
|
||||
(34171,34171,37956,0,0);
|
||||
Reference in New Issue
Block a user