aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2011-05-24 15:24:43 +0200
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2011-05-24 15:24:43 +0200
commit3518211c195a2d55f1ec782c3580894b09e77cce (patch)
treedb47dd5c154ccd3220584fdd8bb5d5eb6c5b45fe /sql
parentea6327ed76990faa067e0847127ef7b3f65044c8 (diff)
DB/Creatures: Fixed some screwed up / hacked up factions (25013,25014 and 'The Assurance','The Cloudkisser','The Bravery' creatures)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2011_05_24_08_world_creature_template.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_24_08_world_creature_template.sql b/sql/updates/world/2011_05_24_08_world_creature_template.sql
new file mode 100644
index 00000000000..b104e33c004
--- /dev/null
+++ b/sql/updates/world/2011_05_24_08_world_creature_template.sql
@@ -0,0 +1,3 @@
+-- Fix some screwed up / hacked up factions
+UPDATE `creature_template` SET `faction_H`=`faction_A` WHERE `subname` IN ('The Assurance','The Cloudkisser','The Bravery');
+UPDATE `creature_template` SET `faction_H`=`faction_A` WHERE `entry` IN (25013,25014);