From ef70cf64814341543fdb8efa403319371d9f3104 Mon Sep 17 00:00:00 2001 From: Meji Date: Sat, 8 Jun 2024 12:48:45 +0200 Subject: Core/Creatures: Validate creature.modelid on startup (#30023) --- sql/updates/world/master/2024_06_08_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2024_06_08_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2024_06_08_00_world.sql b/sql/updates/world/master/2024_06_08_00_world.sql new file mode 100644 index 00000000000..5c5d6cc5168 --- /dev/null +++ b/sql/updates/world/master/2024_06_08_00_world.sql @@ -0,0 +1,2 @@ +-- Invalid DisplayIds +UPDATE `creature` SET `modelid`=0 WHERE `modelid` IN (1,239,251,252,370,533,959,1041,1405,2709,12346,14952,15939,16051,16622,18736,19338,21360,22106,22748,23033,23148,23504,23646,24446,24472,24922,24923,25030,25452,25572,25579,26101,26198,26223,26273,26363,26590,26762,27029,27074,27861,28283,35014); -- cgit v1.2.3