fix(DB/SAI): Solve Captured Rageclaw spawn and text issue. (#25477)
This commit is contained in:
parent
e4c24cb80a
commit
2ce220c548
1 changed files with 6 additions and 0 deletions
6
data/sql/updates/pending_db_world/rev_1776277653.sql
Normal file
6
data/sql/updates/pending_db_world/rev_1776277653.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
-- Set respawn time on 0 (17 - Force Despawn).
|
||||
UPDATE `smart_scripts` SET `action_param2` = 0 WHERE (`entryorguid` = 29686) AND (`source_type` = 0) AND (`id` IN (7));
|
||||
|
||||
-- Set Text Type on 12 (say).
|
||||
UPDATE `creature_text` SET `Type` = 12 WHERE (`CreatureID` = 29686) AND (`GroupID` = 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue