diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2018-10-13 23:38:02 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-11-14 22:56:29 +0100 |
| commit | 72a74e3daa0be6a2bed71389625e199d4c9ec430 (patch) | |
| tree | f4109064072bc2db162b07855af70cd72141e9f1 | |
| parent | 6a572eac92117a89fcfb9cba9538ef644fb7a219 (diff) | |
DB/Creature: Shade of Eranikus
Closes #22633
(cherry picked from commit ab755028af9f49fbf2a1f780d2cabca0f47a7f48)
| -rw-r--r-- | sql/updates/world/master/2021_11_14_18_world_2018_10_13_06_world_335.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_14_18_world_2018_10_13_06_world_335.sql b/sql/updates/world/master/2021_11_14_18_world_2018_10_13_06_world_335.sql new file mode 100644 index 00000000000..b97a6e0a256 --- /dev/null +++ b/sql/updates/world/master/2021_11_14_18_world_2018_10_13_06_world_335.sql @@ -0,0 +1,5 @@ +-- +-- Shade of Eranikus +DELETE FROM `creature_addon` WHERE `guid`=39842; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(39842,0,0,3,1,0,""); |
