fix(Scripts/ZulGurub): implement mising Hakkar speech that fires when reaching his temple

This commit is contained in:
Skjalf
2022-03-11 19:55:02 -03:00
committed by GitHub
parent 1f90a18a58
commit 45c2297520
2 changed files with 30 additions and 2 deletions

View File

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