diff options
-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'); |