From b7bbc42c14ccb1dfe002db831121f6c6263c4d6e Mon Sep 17 00:00:00 2001 From: CraftedRO <24683355+CraftedRO@users.noreply.github.com> Date: Thu, 5 Dec 2024 21:22:40 +0100 Subject: DB/Creature: Update Draenei Youngling PvPFlags Closes #30479 --- sql/updates/world/3.3.5/2024_12_05_03_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2024_12_05_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2024_12_05_03_world.sql b/sql/updates/world/3.3.5/2024_12_05_03_world.sql new file mode 100644 index 00000000000..25ba04bde96 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_12_05_03_world.sql @@ -0,0 +1,2 @@ +-- Update Draenei Youngling PvPFlags +UPDATE `creature_template_addon` SET `PvPFlags`=0x1 WHERE `entry`=17587; -- cgit v1.2.3