aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorDaniel Finke <danielfinke2011@gmail.com>2024-12-05 12:30:24 -0800
committerGitHub <noreply@github.com>2024-12-05 21:30:24 +0100
commitfdd42c7d371f6826d5c67c4b0db3e8d393fc3ee7 (patch)
tree88210ca541ac9eb11374f1ec466be6dcd64c8f68 /sql/updates
parentb7bbc42c14ccb1dfe002db831121f6c6263c4d6e (diff)
Scripts/AzuremystIsle: Set correct PvP flags for Draenei Survivor (#30067)
Diffstat (limited to 'sql/updates')
-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;