aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoracidmanifesto <acidmanifesto@users.noreply.github.com>2021-12-09 03:09:04 +0200
committerShauren <shauren.trinity@gmail.com>2022-03-24 00:06:47 +0100
commit6d1e8b55979c5d864fc51d187ee3b08d47a54f7a (patch)
tree6ba3724dc2964aa9c4abf81e0f28c25662fbdabd
parent797858365b8b43abe6425bdbd73e9a38f96eb514 (diff)
DB/Creature: Correct faction for Greatmother Hawkwind
Closes #27372 (cherry picked from commit c8eb463ae4606df300611a5959a1c7e2768f4eab)
-rw-r--r--sql/updates/world/master/2022_03_23_07_world_2021_12_09_02_world_335.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_23_07_world_2021_12_09_02_world_335.sql b/sql/updates/world/master/2022_03_23_07_world_2021_12_09_02_world_335.sql
new file mode 100644
index 00000000000..725b9e6de64
--- /dev/null
+++ b/sql/updates/world/master/2022_03_23_07_world_2021_12_09_02_world_335.sql
@@ -0,0 +1,2 @@
+-- Correct Faction from sniff for Greatmother Hawkwind (Tauren Start area quest)
+UPDATE `creature_template` SET `faction`=104 WHERE `entry`=2991;