mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
7
data/sql/updates/db_world/2025_12_27_00.sql
Normal file
7
data/sql/updates/db_world/2025_12_27_00.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- DB update 2025_12_26_11 -> 2025_12_27_00
|
||||
DELETE FROM `creature_template_model` WHERE `CreatureID` = 29134;
|
||||
INSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES
|
||||
(29134, 0, 6302, 1, 1, 51831),
|
||||
(29134, 1, 1924, 1, 0, 51831),
|
||||
(29134, 2, 2176, 1, 0, 51831),
|
||||
(29134, 3, 304, 1, 0, 51831);
|
||||
Reference in New Issue
Block a user