Skip to content

Commit

Permalink
Remove Default Equipment for Kayneth Stillwind 3848
Browse files Browse the repository at this point in the history
And Adjust RP Script accordingly.

Either no eq or two bottles

Based on cmangos/wotlk-db@caca471
  • Loading branch information
AnonXS committed Aug 6, 2023
1 parent f93b6eb commit 8cf5d34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Updates/0154_WDB-147_creature.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-- Kayneth Stillwind 3848 - Script might be tbc+ only, maybe should be removed in classic!
UPDATE `creature_template` SET `EquipmentTemplateId` = 0 WHERE `entry` = 3848;
DELETE FROM `creature_equip_template` WHERE `entry` = 3848;
UPDATE `dbscripts_on_creature_movement` SET `dataint2` = 0 WHERE `id` = 384801 AND `delay` = 43000; -- "Putting the bottles away, %s sighs." - not just one bottle

0 comments on commit 8cf5d34

Please sign in to comment.