mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/NPCs: Remove loot from Core Hounds
Closes #3420 (Fix a typo in 2011_11_07_02_world_misc.sql)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
-- by Aok
|
||||
-- Removes save to instance flag from Hellfire Channeler
|
||||
UPDATE `creature_template` SET `flags_extra`=`flags_extra` &~ 0 WHERE `entry`=17256;
|
||||
UPDATE `creature_template` SET `flags_extra`=`flags_extra` &~ 1 WHERE `entry`=17256;
|
||||
|
||||
-- by Nay
|
||||
DELETE FROM `spell_dbc` WHERE `Id` IN (12507,31982,33134);
|
||||
|
||||
6
sql/updates/world/2011_11_07_03_world_misc.sql
Normal file
6
sql/updates/world/2011_11_07_03_world_misc.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
DELETE FROM `creature_loot_template` WHERE `entry`=11671; -- Core Hounds
|
||||
UPDATE `creature_template` SET `lootid`=0 WHERE `entry`=11671;
|
||||
|
||||
-- fixing previous sql (2011_11_07_02_world_misc.sql)
|
||||
-- Removes save to instance flag from Hellfire Channeler
|
||||
UPDATE `creature_template` SET `flags_extra`=`flags_extra` &~ 1 WHERE `entry`=17256;
|
||||
Reference in New Issue
Block a user