From 28730d495e6887731e8e9215f3fbfc0135303bdd Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Wed, 29 Nov 2023 15:31:06 +0100 Subject: Core/Creatures: restore the PetSpellDataId field in creature_template --- sql/updates/world/3.4.x/2023_11_29_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.4.x/2023_11_29_02_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.4.x/2023_11_29_02_world.sql b/sql/updates/world/3.4.x/2023_11_29_02_world.sql new file mode 100644 index 00000000000..1acaedac3a3 --- /dev/null +++ b/sql/updates/world/3.4.x/2023_11_29_02_world.sql @@ -0,0 +1,2 @@ +ALTER TABLE `creature_template` + ADD COLUMN `PetSpellDataId` INT UNSIGNED DEFAULT 0 NOT NULL AFTER `type`; -- cgit v1.2.3