| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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');
|
Are you 100% sure that the equipment is different on TBC? |
Sorry, something went wrong.
|
well the display id what use on wotlk is not on tbc |
Sorry, something went wrong.
|
? whats up not needed my pull request |
Sorry, something went wrong.
|
Poke @cala |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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');