diff options
author | Killyana <morphone1@gmail.com> | 2019-08-17 18:12:30 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-18 20:45:13 +0100 |
commit | 6e4a578cb07dce4ad49a1e2ff906fd83a23eb133 (patch) | |
tree | 7e28561c7decbc856e99f32f8282223added7980 /sql | |
parent | 47659e219a2143d1c121406453cc5a37216e1658 (diff) |
DB/Creature: Olrun the Battlecaller
Closes #23720
(cherry picked from commit 6e64cea69c94a74142b45aea53f589dcad57b5d8)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2021_12_18_26_world_2019_08_17_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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; |