scriptdev2 / scriptdev2-tbc

ScriptDev2 for TBC
http://www.scriptdev2.com
GNU General Public License v2.0
29 stars 28 forks source link

Fix Prince Malchezaar Equipment #17

Open Tafuna opened 9 years ago

Tafuna commented 9 years ago

On TBC we must use other id as wotlk need sql update

UPDATE creature_template SET EquipmentTemplateId = 2300 WHERE entry = 17650; -- Use Entry 2300 from UDB but change the equipentry1 and equipentry2 WOTLK Use 23996 -- Need SD2 Change DELETE FROM creature_equip_template WHERE entry = 2300; INSERT INTO creature_equip_template (entry, equipentry1, equipentry2, equipentry3) VALUES ('2300','28767','28767','0');

xfurry commented 9 years ago

Are you 100% sure that the equipment is different on TBC?

Tafuna commented 9 years ago

well the display id what use on wotlk is not on tbc

Tafuna commented 9 years ago

? whats up not needed my pull request

xfurry commented 8 years ago

Poke @cala If you think this is right, please push this to https://github.com/cmangos/mangos-tbc and close the ticket