diff options
author | offl <offl@users.noreply.github.com> | 2021-08-11 00:45:00 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-12 14:57:49 +0100 |
commit | fc728bbe98afa4dc2e12b9da81743d5834384f4b (patch) | |
tree | 466c01794d731ecf89061fb3064fb180d81ee752 | |
parent | 5e055efe4151e9344a9ecd6bdaa6b59856e922d2 (diff) |
DB/Creature: Add missing aura to Ghost of the Past
(cherry picked from commit bfb7a45600757521875626bba4ee459470031955)
-rw-r--r-- | sql/updates/world/master/2022_03_12_07_world_2021_08_10_06_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_12_07_world_2021_08_10_06_world.sql b/sql/updates/world/master/2022_03_12_07_world_2021_08_10_06_world.sql new file mode 100644 index 00000000000..fd2583d7bcd --- /dev/null +++ b/sql/updates/world/master/2022_03_12_07_world_2021_08_10_06_world.sql @@ -0,0 +1,4 @@ +-- Ghost of the Past +DELETE FROM `creature_template_addon` WHERE `entry`=10940; +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(10940, 0, 0, 0, 1, 0, 0, 0, 0, 0, '17327 12556'); |