SHOW:
|
|
- or go back to the newest paste.
1 | - | --Relics of the Sun King |
1 | + | -- The Bandit Warlord |
2 | ||
3 | - | UPDATE `creature_template` SET `questItem1`=63081 WHERE `entry`=45905; |
3 | + | SET @GUID := 183755; |
4 | ||
5 | - | DELETE FROM `creature_loot_template` WHERE `entry`=45905 AND `item`=63081; |
5 | + | DELETE FROM `creature` WHERE `guid`=@GUID; |
6 | - | INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES |
6 | + | INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`) VALUES |
7 | - | (45905, 63081, 65.35, 1, 0, 1, 1); |
7 | + | (@GUID, 47755, 1, 1, 1, 0, 0, -8698.75, -387.318, 190.959, 0, 120, 0, 0, 1, 0, 0, 0, 0, 0); |