From cc5dae032cb05cf6b8d63afca718108f5e809aaf Mon Sep 17 00:00:00 2001 From: aokromes Date: Thu, 5 Jan 2012 13:42:17 +0100 Subject: DB/Creature: put Brother Keltan on the correct ship closes #1964 --- sql/updates/world/2012_01_05_13_world_creature_transport.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2012_01_05_13_world_creature_transport.sql (limited to 'sql') diff --git a/sql/updates/world/2012_01_05_13_world_creature_transport.sql b/sql/updates/world/2012_01_05_13_world_creature_transport.sql new file mode 100644 index 00000000000..3acb70a4442 --- /dev/null +++ b/sql/updates/world/2012_01_05_13_world_creature_transport.sql @@ -0,0 +1,2 @@ +-- put Brother Keltan on the correct ship +UPDATE `creature_transport` SET `guid`=1, `transport_entry`=192241, `TransOffsetX`=-24.08398, `TransOffsetY`=-22.21777, `TransOffsetZ`=24.37781 WHERE `guid`=66 AND `transport_entry`=192242; -- cgit v1.2.3