DB/CreatureText: Fixed the wrong languages present in creature_text

This commit is contained in:
Kinzcool
2014-06-23 00:01:42 -04:00
parent 0327585464
commit 86fb3235b4
@@ -0,0 +1 @@
UPDATE `creature_text` `A` INNER JOIN `broadcast_text` `B` ON `A`.`BroadcastTextID`=`B`.`ID` SET `A`.`Language`=`B`.`Language`;