mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-01-28 07:12:22 -08:00
fix(Scripts/ZulGurub): implement mising Hakkar speech that fires when reaching his temple
This commit is contained in:
parent
1f90a18a58
commit
45c2297520
2 changed files with 30 additions and 2 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1646700419097300800');
|
||||
|
||||
DELETE FROM `areatrigger_scripts` WHERE `entry` = 3960;
|
||||
INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES
|
||||
(3960, 'at_zulgurub_temple_speech');
|
||||
Loading…
Add table
Add a link
Reference in a new issue