fix(Script/Quest): Mystery of the Infinite minor adjustments & zone_dragonblight move to db from hardcode (#11810)

* Update zone_dragonblight.cpp

* add IsFlying check to Future/past NPC & better randomizer

* ocd ( align =)

* Add Nozdormu "phasing"

* cs
This commit is contained in:
avarishd
2022-06-08 14:32:57 +03:00
committed by GitHub
parent b843a5626a
commit 9aa3fef4a8
2 changed files with 92 additions and 64 deletions

View File

@@ -0,0 +1,3 @@
-- (Quest)Mystery of the Infinite NPC: "Future You", remove SAI (unused)
UPDATE `creature_template` SET `AIName` = '' WHERE `entry` = 27899;
DELETE FROM `smart_scripts` WHERE `entryorguid` = 27899 AND `source_type` = 0;