chore(DB): import pending files

Referenced commit(s): ca5e726e62
This commit is contained in:
AzerothCoreBot
2022-06-28 20:06:37 +00:00
parent ca5e726e62
commit e3e9c137a3
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2022_06_27_01 -> 2022_06_28_00
-- Hungering Plaguehound
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 30952;

View File

@@ -1,2 +1,3 @@
-- DB update 2022_06_28_00 -> 2022_06_28_01
-- fix first aid trainer
UPDATE `creature_template` SET `npcflag` = 209 WHERE `entry` IN (18990,18991) And `npcflag` = 208;