fix(DB/creature_template): Update AQ40 detection ranges (#13339)
This commit is contained in:
parent
d6d28b6f59
commit
600dfece00
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
UPDATE `creature_template` SET `detection_range` = 37.5 WHERE (`entry` IN (15262, 15312));
|
||||
UPDATE `creature_template` SET `detection_range` = 38.5 WHERE (`entry` = 15263);
|
||||
UPDATE `creature_template` SET `detection_range` = 15 WHERE (`entry` = 15300);
|
||||
UPDATE `creature_template` SET `detection_range` = 35 WHERE (`entry` IN (15240, 15230, 15264, 15311));
|
||||
UPDATE `creature_template` SET `detection_range` = 40 WHERE (`entry` IN (15235, 15236, 15249, 15509, 15277, 15229, 15544, 15543, 15511, 15233, 15247, 15275, 15276, 15252, 15246, 15250, 15299));
|
||||
Loading…
Add table
Add a link
Reference in a new issue