mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(DB/Creature): Verify creature models previously from build 10505. (#22928)
This commit is contained in:
39
data/sql/updates/pending_db_world/ctm-10505.sql
Normal file
39
data/sql/updates/pending_db_world/ctm-10505.sql
Normal file
@@ -0,0 +1,39 @@
|
||||
DELETE FROM `creature_template_model` WHERE `CreatureID` IN (34382, 34383, 34435, 34476, 34477, 34478, 34479, 34480, 34481, 34482, 34483, 34484, 34644, 34653, 34654, 34675, 34676, 34677, 34678, 34679, 34708, 34710, 34711, 34712, 34713, 34714, 34744, 34768, 35254, 35256, 35260, 35261, 36479, 36506);
|
||||
INSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES
|
||||
(34382, 0, 29203, 1, 1, 51831),
|
||||
(34383, 0, 29204, 1, 1, 51831),
|
||||
(34435, 0, 29226, 1, 1, 51831),
|
||||
(34476, 0, 29228, 1, 1, 51831),
|
||||
(34477, 0, 29229, 1, 1, 51831),
|
||||
(34478, 0, 29230, 1, 1, 51831),
|
||||
(34479, 0, 29231, 1, 1, 51831),
|
||||
(34480, 0, 29232, 1, 1, 51831),
|
||||
(34481, 0, 29233, 1, 1, 51831),
|
||||
(34482, 0, 29234, 1, 1, 51831),
|
||||
(34483, 0, 29235, 1, 1, 51831),
|
||||
(34484, 0, 29236, 1, 1, 51831),
|
||||
(34644, 0, 29392, 1, 0, 51831),
|
||||
(34653, 0, 29341, 1, 0, 51831),
|
||||
(34654, 0, 29330, 1, 0, 51831),
|
||||
(34675, 0, 29337, 1, 0, 51831),
|
||||
(34676, 0, 29391, 1, 0, 51831),
|
||||
(34677, 0, 29338, 1, 0, 51831),
|
||||
(34678, 0, 29339, 1, 0, 51831),
|
||||
(34679, 0, 29395, 1, 0, 51831),
|
||||
(34708, 0, 29324, 1, 0, 51831),
|
||||
(34710, 0, 29400, 1, 0, 51831),
|
||||
(34711, 0, 29388, 1, 0, 51831),
|
||||
(34712, 0, 29365, 1, 0, 51831),
|
||||
(34713, 0, 29401, 1, 0, 51831),
|
||||
(34714, 0, 29399, 1, 0, 51831),
|
||||
(34744, 0, 29444, 1, 0, 51831),
|
||||
(34768, 0, 29403, 1, 0, 51831),
|
||||
(35254, 0, 29717, 1, 3, 51831),
|
||||
(35254, 1, 29718, 1, 3, 51831),
|
||||
(35254, 2, 29720, 1, 1, 51831),
|
||||
(35254, 3, 29721, 1, 1, 51831),
|
||||
(35256, 0, 29719, 1, 1, 51831),
|
||||
(35260, 0, 29732, 1, 1, 51831),
|
||||
(35261, 0, 29733, 1, 1, 51831),
|
||||
(36479, 0, 30120, 1, 1, 51831),
|
||||
(36506, 0, 30156, 1, 1, 51831);
|
||||
Reference in New Issue
Block a user