summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew <47818697+Nyeriah@users.noreply.github.com>2024-11-16 08:29:24 -0300
committerGitHub <noreply@github.com>2024-11-16 08:29:24 -0300
commit7a2ecf717626ea9a6a18dbe932388c544d4286e7 (patch)
tree24e1e3a621e00dc2ac0d466880b3b483cb12b828
parent7ae27edbad51bfd490dd750bf533424bd4671035 (diff)
fix(DB/Creature): M'uru should not reposition in combat (#20587)
-rw-r--r--data/sql/updates/pending_db_world/rev_1731719085948895000.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1731719085948895000.sql b/data/sql/updates/pending_db_world/rev_1731719085948895000.sql
new file mode 100644
index 0000000000..97f45e6f51
--- /dev/null
+++ b/data/sql/updates/pending_db_world/rev_1731719085948895000.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_template_movement` SET `Rooted` = 1 WHERE `CreatureId` = 25741;