mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-01-28 15:22:18 -08:00
fix(DB/item_template): Savange and Hateful Gladiator's range (#3126)
This commit is contained in:
parent
83d5d9dcef
commit
b2d9ddfc4b
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1592074671486897326');
|
||||
|
||||
UPDATE `item_template` SET `RangedModRange` = 100 WHERE `entry` IN (42449, 42512, 42494, 42518, 42484, 42501, 42511, 42446, 42445, 42517, 42447, 42448, 42444);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue