mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
fix(DB/TheEye): remove faulty talon of al'ar reference from reference loot template (#18641)
* init * Update alar-loot.sql used to be Reference 34377 and chance 8.3333333
This commit is contained in:
2
data/sql/updates/pending_db_world/alar-loot.sql
Normal file
2
data/sql/updates/pending_db_world/alar-loot.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `reference_loot_template` SET `Item` = 30448, `Reference` = 0, `Chance` = 0, `Comment` = 'Talon of Al\'ar' WHERE `Entry` = 34053 AND `Item` = 1;
|
||||
Reference in New Issue
Block a user