mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
Merge pull request #316 from azerothcore/karazhan_rework
Karazhan rework also fix travis
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
INSERT INTO version_db_world (`sql_rev`) VALUES ('1483918476110152000');
|
||||
|
||||
DELETE FROM `disables` WHERE `entry` = "532";
|
||||
DELETE FROM `creature` WHERE `guid` = "135921";
|
||||
DELETE FROM `creature` WHERE `ID` = "17644";
|
||||
|
||||
UPDATE `creature_template` SET `ScriptName` = "prince_axes" WHERE `entry` = "17650";
|
||||
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (30843, 41624, 0, 'Prince Enfeelble');
|
||||
|
||||
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
|
||||
(135921, 17645, 532, 1, 1, 11686, 0, -10935.6, -2043.06, 324.012, 2.17745, 604800, 0, 0, 42, 0, 0, 0, 0, 0);
|
||||
Reference in New Issue
Block a user