diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-12-06 00:10:27 +0100 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-12-06 00:10:27 +0100 |
commit | 67a8709da8ebf821f98fdfffa4136b7c85d7ca98 (patch) | |
tree | 44c0d03d959d0e9b42ec57b78f230fdb11b707c2 | |
parent | b9442f3773ad8ab43dcc52b649a4f6d7a4869354 (diff) |
DB/Scripts: Fix copy and paste fail in 40b010e3ad9ca2bbc7ad4dc4bc469362f4e1d7b5
-rw-r--r-- | sql/updates/world/2012_12_05_00_world_creature_text.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2012_12_05_00_world_creature_text.sql b/sql/updates/world/2012_12_05_00_world_creature_text.sql new file mode 100644 index 00000000000..b3b382e46e2 --- /dev/null +++ b/sql/updates/world/2012_12_05_00_world_creature_text.sql @@ -0,0 +1 @@ +UPDATE `creature_text` SET `text`='Unfortunate, but necessary.' WHERE `entry`=27655 AND `groupid`=7 AND `id`=2; |