mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 07:06:23 +00:00
fix(DB/Creature): Ethereal Darkcaster (H) should be pickpocketable (#16852)
fix(DB/Creature): Ethereal Darkcaster (heroic) should be pickpocketable Co-authored-by: Samsequel <20357406+Samsequel@users.noreply.github.com>
This commit is contained in:
2
data/sql/updates/pending_db_world/etherealdarkcaster.sql
Normal file
2
data/sql/updates/pending_db_world/etherealdarkcaster.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `pickpocketloot` = 18331 WHERE (`entry` = 20256);
|
||||
Reference in New Issue
Block a user