PDA

Просмотр полной версии : Deeprum r


telsamat
03.10.2011, 18:34
ytdb 608

tc core from date 29.9.11
there are no trams in metro between Ironforge and Stormwind

NeatElves
03.10.2011, 18:39
608 mangos - work

Try to choose from and 607 to fill the new
SELECT * FROM `gameobject` WHERE `id` in (176080,176081,176082,176083,176084,176085)

telsamat
03.10.2011, 19:41
it works fine now, maybe strange behavior

telsamat
09.10.2011, 13:31
according this issue on git hub of TC https://github.com/TrinityCore/TrinityCore/issues/3326#issuecomment-2335868

we must update rotation of some GO, (this bug is on ytdb 608)

author Dimitro

UPDATE gameobject SET rotation3 = 1 WHERE id IN (176080,176081,176082,176083,176084,176085);

NeatElves
09.10.2011, 15:18
http://ytdb.ru/showpost.php?p=36487&postcount=342

telsamat
09.10.2011, 15:35
oh, super, I am glad to see that this bug was confirmed by another :)