diff options
author | DantestyleXD <Null-fox@hotmail.it> | 2016-09-04 06:04:34 +0200 |
---|---|---|
committer | DantestyleXD <Null-fox@hotmail.it> | 2016-09-04 06:04:34 +0200 |
commit | 942f914fd232f5e6f886150f993abb0ff0445347 (patch) | |
tree | 3a98a7cc74049f95e99830ca55cfefb1afa24413 | |
parent | a56d46adf647dc32492ebef36328ca6a06a45bb3 (diff) |
[DB/Quest] There Exists No Honor Among Birds rev.5
-rw-r--r-- | data/sql/updates/pending_db_world/2016_08_23_00.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sql/updates/pending_db_world/2016_08_23_00.sql b/data/sql/updates/pending_db_world/2016_08_23_00.sql index e0ffc7792d..6be8ddcb64 100644 --- a/data/sql/updates/pending_db_world/2016_08_23_00.sql +++ b/data/sql/updates/pending_db_world/2016_08_23_00.sql @@ -9,7 +9,7 @@ INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `b (24783, 0, 0, 0, 1, 0, 43775); -- Fjord Hawk Matriarch -UPDATE `creature_template` SET `InhabitType`='5' WHERE `entry`=24787; +UPDATE `creature_template` SET `InhabitType`='5', unit_flags='256' WHERE `entry`=24787; -- Pathing for Entry: 24787 'TDB FORMAT' SET @NPC := 115835; SET @PATH := @NPC * 10; |