From 6e64cea69c94a74142b45aea53f589dcad57b5d8 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 --- sql/updates/world/3.3.5/2019_08_17_02_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_08_17_02_world.sql diff --git a/sql/updates/world/3.3.5/2019_08_17_02_world.sql b/sql/updates/world/3.3.5/2019_08_17_02_world.sql new file mode 100644 index 00000000000..fa322bbb391 --- /dev/null +++ b/sql/updates/world/3.3.5/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