From 33bc42b6462aec38097430482dae1f0abb937a3d Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 11 Nov 2023 09:03:47 +0100 Subject: DB/Text: fix Halazzi texts id closes #29422 by Jildor --- sql/updates/world/3.3.5/2023_11_11_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2023_11_11_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2023_11_11_00_world.sql b/sql/updates/world/3.3.5/2023_11_11_00_world.sql new file mode 100644 index 00000000000..c8c8329e837 --- /dev/null +++ b/sql/updates/world/3.3.5/2023_11_11_00_world.sql @@ -0,0 +1,2 @@ +-- Fix Halazzi texts id +UPDATE `creature_text` SET `CreatureID`=23577 WHERE `CreatureID`=23557; -- cgit v1.2.3