mirror of
https://github.com/ornfelt/azerothcore_lua_scripts
synced 2026-08-22 06:26:03 -04:00
8 lines
No EOL
372 B
SQL
8 lines
No EOL
372 B
SQL
CREATE TABLE IF NOT EXISTS world.heirloom_list (
|
|
CharID int(10) unsigned
|
|
);
|
|
|
|
UPDATE `creature_template` set `modelid1` = 31803 where `entry` = 32568;
|
|
UPDATE `creature_template` set `modelid2` = 17722 where `entry` = 32568;
|
|
UPDATE `creature_template` set `modelid3` = 31958 where `entry` = 32568;
|
|
UPDATE `creature_template` set `modelid4` = 28040 where `entry` = 32568; |