aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraokromes <aokromes@gmail.com>2012-01-05 13:42:17 +0100
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2012-01-05 13:42:17 +0100
commitcc5dae032cb05cf6b8d63afca718108f5e809aaf (patch)
treeb1d97e23fd3f8d3c46d2079fc22539180e53e363
parent01900b5829af7970eee2bea2efe6e74a7830a84d (diff)
DB/Creature: put Brother Keltan on the correct ship
closes #1964
-rw-r--r--sql/updates/world/2012_01_05_13_world_creature_transport.sql2
1 files changed, 2 insertions, 0 deletions
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;