diff --git a/sql/updates/world/2012_01_03_01_world_quest_template.sql b/sql/updates/world/2012_01_03_01_world_quest_template.sql index 5ffc0930645..f35ea3be65b 100644 --- a/sql/updates/world/2012_01_03_01_world_quest_template.sql +++ b/sql/updates/world/2012_01_03_01_world_quest_template.sql @@ -1 +1 @@ -UPDATE quest_template SET OfferRewardText='$B$BThis is all Ickoris could send?' WHERE entry=11703; +UPDATE `quest_template` SET `OfferRewardText`='$B$BThis is all Ickoris could send?' WHERE `id`=11703; diff --git a/sql/updates/world/2012_01_03_03_world_creature_template.sql b/sql/updates/world/2012_01_03_03_world_creature_template.sql new file mode 100644 index 00000000000..29d0e802abe --- /dev/null +++ b/sql/updates/world/2012_01_03_03_world_creature_template.sql @@ -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;