Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Prince Malchezaar Equipment #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Tafuna
Copy link

@Tafuna Tafuna commented Apr 7, 2015

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');

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
Copy link
Member

xfurry commented Apr 19, 2015

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

@Tafuna
Copy link
Author

Tafuna commented Apr 24, 2015

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

@Tafuna
Copy link
Author

Tafuna commented Jun 3, 2015

? whats up not needed my pull request

@xfurry
Copy link
Member

xfurry commented Oct 30, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants