aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2023-11-29 15:31:06 +0100
committerOvahlord <dreadkiller@gmx.de>2023-11-29 15:31:06 +0100
commit28730d495e6887731e8e9215f3fbfc0135303bdd (patch)
treec46e7000a6d29f08e3a59594b252808652d8e2df /sql/updates/world
parenta7d29b6c7c3445ce0a091f51ea01013bd076b68e (diff)
Core/Creatures: restore the PetSpellDataId field in creature_template
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/3.4.x/2023_11_29_02_world.sql2
1 files changed, 2 insertions, 0 deletions
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`;