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

Commits on Apr 7, 2015

  1. Fix Prince Malchezaar Equipment

    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');
    Tafuna committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    1281370 View commit details
    Browse the repository at this point in the history