diff options
author | Killyana <morphone1@gmail.com> | 2020-01-18 01:07:34 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-20 23:00:05 +0100 |
commit | ce8d65c06b02f44e939452e85a1aa7d70819e55f (patch) | |
tree | 50a9b32e8a36c9c8b89eb28fd0b1d5b0bd26bb1e | |
parent | 87e5b3a08cecce2ae5833f3dfec1b10e0c1ce1a8 (diff) |
DB/Creature: Fix equipment for Vereth the Cunning
(cherry picked from commit 58313962994ea258703ffd8dbda12713572ef0e4)
-rw-r--r-- | sql/updates/world/master/2021_12_20_18_world_2020_01_17_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_20_18_world_2020_01_17_02_world.sql b/sql/updates/world/master/2021_12_20_18_world_2020_01_17_02_world.sql new file mode 100644 index 00000000000..6515be7a34b --- /dev/null +++ b/sql/updates/world/master/2021_12_20_18_world_2020_01_17_02_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature_template_addon` WHERE `entry` IN (30944); +INSERT INTO `creature_template_addon` (`entry`, `bytes2`) VALUES +(30944, 0); |