From 8cf5d34219f275aee7fb831af2b0dd60119494f4 Mon Sep 17 00:00:00 2001 From: AnonXS Date: Sun, 5 Apr 2015 13:30:39 +0100 Subject: [PATCH] Remove Default Equipment for Kayneth Stillwind 3848 And Adjust RP Script accordingly. Either no eq or two bottles Based on https://github.com/cmangos/wotlk-db/commit/caca471a935f211f4cb3bb125367bc3e3c9ea4ff --- Updates/0154_WDB-147_creature.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Updates/0154_WDB-147_creature.sql diff --git a/Updates/0154_WDB-147_creature.sql b/Updates/0154_WDB-147_creature.sql new file mode 100644 index 000000000..e13191ae4 --- /dev/null +++ b/Updates/0154_WDB-147_creature.sql @@ -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 +