fix(Core/Spells): Set Crashin' Thrashin' Robot duration to 3 min. (#15342)
* fix(Core/Spells): Set Crashin' Thrashin' Robot duration to 3 min. Fixes #15220 * Update. * missing sql. * buildfix. * Update src/server/scripts/World/npcs_special.cpp --------- Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
parent
fcf7ceea42
commit
e1f869e756
2 changed files with 30 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
--
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_crashin_thrashin_robot' WHERE `entry`=17299;
|
||||
Loading…
Add table
Add a link
Reference in a new issue