fix(DB/SAI): Darkspear Spear Thrower (#1763)
- Use spell "Throw" (38556) instead of "Shoot" (6660) for Darkspear Spear Thrower, allowing them to launch ranged attacks.
This commit is contained in:
parent
84c6b71ba5
commit
53bd1504a1
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1556147118750847662');
|
||||
|
||||
UPDATE `smart_scripts` SET `action_param1` = 38556, `comment` = REPLACE(`comment`,'Shoot','Throw') WHERE `entryorguid` = 27560 AND `action_param1` = 6660;
|
||||
Loading…
Add table
Add a link
Reference in a new issue