From 6e4a578cb07dce4ad49a1e2ff906fd83a23eb133 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sat, 17 Aug 2019 18:12:30 +0200 Subject: DB/Creature: Olrun the Battlecaller Closes #23720 (cherry picked from commit 6e64cea69c94a74142b45aea53f589dcad57b5d8) --- sql/updates/world/master/2021_12_18_26_world_2019_08_17_02_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2021_12_18_26_world_2019_08_17_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_12_18_26_world_2019_08_17_02_world.sql b/sql/updates/world/master/2021_12_18_26_world_2019_08_17_02_world.sql new file mode 100644 index 00000000000..fa322bbb391 --- /dev/null +++ b/sql/updates/world/master/2021_12_18_26_world_2019_08_17_02_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `waypoint_data` SET `position_z`= 154.61 WHERE `id`= 1287390; +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|536870912 WHERE `entry` = 29047; -- cgit v1.2.3