DB/Creatures: set correct faction for frostmane troll whelp

closes #1105
This commit is contained in:
malcrom
2012-01-04 11:25:45 +01:00
committed by ZxBiohazardZx
parent eb6b5d8d13
commit 2b066b8ff5
2 changed files with 3 additions and 1 deletions

View File

@@ -1 +1 @@
UPDATE quest_template SET OfferRewardText='<Getry looks you over.>$B$BThis is all Ickoris could send?' WHERE entry=11703;
UPDATE `quest_template` SET `OfferRewardText`='<Getry looks you over.>$B$BThis is all Ickoris could send?' WHERE `id`=11703;

View File

@@ -0,0 +1,2 @@
-- Update faction for Frostmane Troll Whelp "From Sniff"
UPDATE `creature_template` SET `faction_A`=7,`faction_H`=7 WHERE `entry`=706;