diff options
| author | Killyana <morphone1@gmail.com> | 2017-11-22 12:57:46 +0100 |
|---|---|---|
| committer | funjoker <funjoker109@gmail.com> | 2021-02-15 19:13:25 +0100 |
| commit | 30f4f839b741270efc61ae100f21cab338b41b8a (patch) | |
| tree | c361e322dd502254a87677615d5381cdcebfcfff | |
| parent | 441e091f3d5e77d5afef026e0b67e85efb35e805 (diff) | |
DB/Creature: Fix State for Gymer and InhabitType for Gerk
Closes #20952
Closes #20953
(cherry picked from commit e39aad472c750f6aa941428ea434a72d18f8dfbb)
| -rw-r--r-- | sql/updates/world/master/2021_02_08_03_world_2017_11_22_01_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_02_08_03_world_2017_11_22_01_world.sql b/sql/updates/world/master/2021_02_08_03_world_2017_11_22_01_world.sql new file mode 100644 index 00000000000..288b3ad425b --- /dev/null +++ b/sql/updates/world/master/2021_02_08_03_world_2017_11_22_01_world.sql @@ -0,0 +1,5 @@ +-- Gymer +DELETE FROM `creature_template_addon` WHERE `entry`=29647; +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`) VALUES (29647,1,0); +-- Gerk +UPDATE `creature_template` SET `InhabitType`= 4 WHERE `entry`=29455; |
