diff options
author | Killyana <morphone1@gmail.com> | 2017-11-20 14:25:45 +0100 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2021-02-15 19:13:25 +0100 |
commit | 9affe3628cd24d27009adc8595a40e996ab6ea49 (patch) | |
tree | 73b80886a037c51910b2e58bb5091e1603f96222 | |
parent | 0748d4443d9051f83002dfd59f9b54829080e81d (diff) |
DB/Creature: Fix Baron Rivendare mount and aura
(cherry picked from commit 6d8670c2e4e714791eb6d141e7db7b625d3b11ac)
-rw-r--r-- | sql/updates/world/master/2021_02_07_04_world_2017_11_20_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_02_07_04_world_2017_11_20_00_world.sql b/sql/updates/world/master/2021_02_07_04_world_2017_11_20_00_world.sql new file mode 100644 index 00000000000..222d4eff314 --- /dev/null +++ b/sql/updates/world/master/2021_02_07_04_world_2017_11_20_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_addon` SET `auras`="17467", `mount`=0 WHERE `guid`=130895; |