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:
Stoabrogga
2019-05-06 12:44:05 +02:00
committed by Poszer
parent 84c6b71ba5
commit 53bd1504a1

View File

@@ -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;