diff options
author | ModoX <moardox@gmail.com> | 2022-01-27 16:59:02 +0100 |
---|---|---|
committer | ModoX <moardox@gmail.com> | 2022-01-27 16:59:02 +0100 |
commit | 842e280d9e6a05fe6e9c439e1598c736f7844e89 (patch) | |
tree | ab2d669f37229f43d0f98360b342a15c984bea80 | |
parent | d0bfca5a73edfbc5096a3cb9b03a94a0d5ffbeb1 (diff) |
DB/Creature: Fixed sheath state of Apprentice Mages in Wizards Sanctum (Stormwind)
-rw-r--r-- | sql/updates/world/master/2022_01_27_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_27_00_world.sql b/sql/updates/world/master/2022_01_27_00_world.sql new file mode 100644 index 00000000000..72fb0601dd3 --- /dev/null +++ b/sql/updates/world/master/2022_01_27_00_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature_template_addon` WHERE `entry`=149131; +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(149131, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''); |