aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-02-24 21:04:51 +0100
committerShauren <shauren.trinity@gmail.com>2021-11-24 00:02:13 +0100
commit72e71837a0ca423f02beb271c6b085a3bd984219 (patch)
tree51e34a6498d6705d5440e53d3288b0d06994d226
parentf112b25b88ef4548495bb9d78a7c00fe0f1d74ff (diff)
DB/Creature: Disable mmaps for Warlord Zol'Maz
(cherry picked from commit 47e1816bf78ea3050150fa3d4b0a93d8b9b10807)
-rw-r--r--sql/updates/world/master/2021_11_23_26_world_2019_02_24_02_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_23_26_world_2019_02_24_02_world.sql b/sql/updates/world/master/2021_11_23_26_world_2019_02_24_02_world.sql
new file mode 100644
index 00000000000..53f580eb89e
--- /dev/null
+++ b/sql/updates/world/master/2021_11_23_26_world_2019_02_24_02_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_template` SET `flags_extra`=`flags_extra`|536870912 WHERE `entry` IN (28902);