aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2024_12_05_04_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_12_05_04_world.sql b/sql/updates/world/3.3.5/2024_12_05_04_world.sql
new file mode 100644
index 00000000000..b9f6e4e0271
--- /dev/null
+++ b/sql/updates/world/3.3.5/2024_12_05_04_world.sql
@@ -0,0 +1,2 @@
+-- Set PvP flag for "Draenei Survivor" to allow targeting for quest "Rescue the Survivors!"
+UPDATE `creature_template_addon` SET `PvPFlags`=0x1 WHERE `entry`=16483;