diff options
| author | Kinzcool <kinzzcool@hotmail.com> | 2014-06-23 00:01:42 -0400 |
|---|---|---|
| committer | Kinzcool <kinzzcool@hotmail.com> | 2014-06-23 00:01:42 -0400 |
| commit | 86fb3235b48f6a2502a32470af83641c42805304 (patch) | |
| tree | 29ffa7b01f0c8afd6cf8e66d5fe5941d7007b7db /sql | |
| parent | 032758546417b08cd6ab3f09ca87c5f447c4c295 (diff) | |
DB/CreatureText: Fixed the wrong languages present in creature_text
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2014_06_23_01_world_creature_text.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_06_23_01_world_creature_text.sql b/sql/updates/world/2014_06_23_01_world_creature_text.sql new file mode 100644 index 00000000000..ed02107ade9 --- /dev/null +++ b/sql/updates/world/2014_06_23_01_world_creature_text.sql @@ -0,0 +1 @@ +UPDATE `creature_text` `A` INNER JOIN `broadcast_text` `B` ON `A`.`BroadcastTextID`=`B`.`ID` SET `A`.`Language`=`B`.`Language`; |
