From c7310d2b1fa5fc0f6c654c88feb2d3b5863f0eb3 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 27 Jan 2014 08:47:25 +0100 Subject: DB/Creature: Fix some factions and levels Updates #11501 --- sql/updates/world/2014_01_27_07_world_creature_template.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2014_01_27_07_world_creature_template.sql (limited to 'sql') diff --git a/sql/updates/world/2014_01_27_07_world_creature_template.sql b/sql/updates/world/2014_01_27_07_world_creature_template.sql new file mode 100644 index 00000000000..6da1a479c5e --- /dev/null +++ b/sql/updates/world/2014_01_27_07_world_creature_template.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `faction_A` = 83, `faction_H` = 83 WHERE `entry` = 38095; -- Sniffs confirm 37034 faction 83. +UPDATE `creature_template` SET `minlevel`=80, `maxlevel`=80, `faction_A`=83, `faction_H`=83 WHERE `entry`=35407; -- Sniffs confirm 34918 faction 83, copy level from normal mode. -- cgit v1.2.3