diff options
author | Killyana <morphone1@gmail.com> | 2019-08-17 18:12:30 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-08-17 18:12:30 +0200 |
commit | 6e64cea69c94a74142b45aea53f589dcad57b5d8 (patch) | |
tree | c2b84855c6bc16b85db2712a9395b1c6f2373868 | |
parent | 677663139cd130be502d5854d7ab7d1aebdf494c (diff) |
DB/Creature: Olrun the Battlecaller
Closes #23720
-rw-r--r-- | sql/updates/world/3.3.5/2019_08_17_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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; |